/*头部条*/

@keyframes headtips-ani {
  0% {
    transform: none;
  }

  100% {
    transform: translateX(3px);
  }
}

.zy-header-tips {
  position: fixed;

  width: 100%;

  min-width: 1140px;

  height: 46px;

  padding: 0 clamp(30px, 3.125vw, 60px);

  display: flex;

  justify-content: space-between;

  align-items: center;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  background-image: url("../images/common/head-img-1.jpg");

  z-index: 99;
}

.zy-header-tips .left-box a {
  display: block;

  position: relative;
}

.zy-header-tips .left-box a img {
  display: block;

  height: 100%;
}

.zy-header-tips .left-box a:after {
  content: "";

  width: 24px;

  height: 24px;

  background: url("../images/common/head-icon-6.svg");

  position: absolute;

  top: calc(50% - 12px);

  right: 36px;

  animation: headtips-ani 1s linear infinite;
}

.zy-header-tips .right-box .links {
  display: flex;

  align-items: center;

  gap: clamp(30px, 3.125vw, 60px);

  width: auto;

  background: none;

  padding: 0;

  border-radius: 0;

  float: none;
}

.zy-header-tips .right-box a {
  display: flex;

  align-items: center;

  gap: 10px;
}

.zy-header-tips .right-box a .icon {
  width: 18px;

  height: 18px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.zy-header-tips .right-box a .icon img {
  max-width: 100%;

  max-height: 100%;
}

.zy-header-tips .right-box a span {
  font-size: 14px;

  color: #fff;
}

/*头部*/

.zy-head-null {
  height: 106px;
}

.zy-header {
  position: fixed;

  width: 100%;

  min-width: 1140px;

  top: 46px;

  left: 0;

  padding: 0 clamp(30px, 3.125vw, 60px);

  display: flex;

  align-items: center;

  justify-content: space-between;

  z-index: 99;

  transition: all 0.3s ease;
}

.zy-header:before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url("../images/common/head-img-3.jpg") center center no-repeat;

  background-size: cover;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.3s ease;
}

.zy-header:after {
  content: "";

  width: 100%;

  height: 1px;

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: rgba(255, 255, 255, 0.2);

  pointer-events: none;
}

.zy-header .left-box {
  display: flex;

  gap: clamp(30px, 3.125vw, 60px);

  align-items: center;

  position: relative;

  z-index: 2;
}

.zy-header .zylogo {
  width: 120px;

  position: relative;
}

.zy-header .zylogo img {
  display: block;

  width: 100%;
}

.zy-header .zylogo img.h {
  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;
}

.zy-header .zynav {
  display: flex;

  gap: clamp(30px, 3.125vw, 60px);
}

.zy-header .zynav li a.single {
  display: flex;

  align-items: center;

  gap: 5px;
}

.zy-header .zynav li a.single span {
  display: block;

  font-size: 16px;

  color: #fff;

  line-height: 60px;
}

.zy-header .zynav li a.single i {
  width: 8px;

  height: 10px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-icon-3-1.svg");
}

.zy-header .zynav li:hover .dropnav-2025 {
  opacity: 1;

  visibility: visible;

  pointer-events: auto;

  transition: all 0.5s ease-in-out;
}

.zy-header .right-box {
  display: flex;

  align-items: center;

  gap: clamp(15px, 1.5vw, 30px);

  position: relative;

  z-index: 2;
}

.zy-header .search-box button {
  display: block;

  width: 18px;

  height: 18px;

  background-color: transparent;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-search-1.svg");

  cursor: pointer;
}

.zy-header .tel {
  display: flex;

  align-items: center;

  gap: 10px;
}

.zy-header .tel:before {
  content: "";

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0.2);

  background-position: center;

  background-repeat: no-repeat;

  background-image: url("../images/common/head-icon-2.svg");

  background-size: auto 10px;
}

.zy-header .tel span {
  font-size: 14px;

  color: #fff;
}

.zy-header .btn {
  font-size: 14px;

  color: #fff;

  line-height: 32px;

  border-radius: 16px;

  background-color: #0051f6;

  padding: 0 20px;

  height: auto;

  margin: 0;

  width: auto;

  transition: all 0.3s ease;
}

.zy-header .btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 0.1rem 0.3rem rgba(51, 112, 255, 0.3);
}

/*白底菜单*/

.zy-header.down:before,
.zy-header:hover:before {
  opacity: 1;
}

.zy-header.ip-style {
  top: 0;
}

.zy-header.opacity-style {
  opacity: 0;

  pointer-events: none;
}

.zy-header.ip-style .zylogo img.s,
.zy-header.down .zylogo img.s,
.zy-header:hover .zylogo img.s {
  opacity: 0;
}

.zy-header.ip-style .zylogo img.h,
.zy-header.down .zylogo img.h,
.zy-header:hover .zylogo img.h {
  opacity: 1;
}

.zy-header.ip-style .zynav li a.single span,
.zy-header.down .zynav li a.single span,
.zy-header:hover .zynav li a.single span {
  color: #333;
}

.zy-header.ip-style .zynav li a.single i,
.zy-header.down .zynav li a.single i,
.zy-header:hover .zynav li a.single i {
  background-image: url("../images/common/head-icon-3-2.svg");
}

.zy-header.ip-style .search-box,
.zy-header.down .search-box,
.zy-header:hover .search-box {
  border-color: #ccc;
}

.zy-header.ip-style .search-box button,
.zy-header.down .search-box button,
.zy-header:hover .search-box button {
  background-image: url("../images/common/head-search-2.svg");
}

.zy-header.ip-style .tel:before,
.zy-header.down .tel:before,
.zy-header:hover .tel:before {
  background-color: #0051f6;
}

.zy-header.ip-style .tel span,
.zy-header.down .tel span,
.zy-header:hover .tel span {
  color: #333;
}

/*底部*/

.zy-footer {
  background-color: #f2f3f5;
}

.zy-footer .wrap-s {
  width: 84%;

  max-width: 1680px;

  margin: 0 auto;

  position: relative;

  z-index: 3;
}

.zy-footer .top-block {
  padding: clamp(60px, 6vw, 120px) 0 clamp(30px, 3vw, 60px);

  display: flex;

  align-items: flex-start;

  justify-content: space-between;
}

.zy-footer .top-block .box {
  position: relative;

  padding-left: clamp(60px, 5vw, 90px);
}

.zy-footer .top-block .icon {
  width: clamp(40px, 3.125vw, 60px);

  height: clamp(40px, 3.125vw, 60px);

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);
}

.zy-footer .top-block .icon img {
  max-width: 100%;

  max-height: 100%;
}

.zy-footer .top-block .tit {
  font-size: clamp(16px, 1vw, 20px);

  color: #000000;
}

.zy-footer .top-block p {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #808080;

  margin-top: 5px;
}

.zy-footer .mid-block {
  padding: clamp(30px, 3.125vw, 60px) 0;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  display: flex;

  align-items: flex-start;

  justify-content: space-between;
}

.zy-footer .mid-block .left-box {
  display: flex;

  gap: clamp(70px, 10vw, 200px);
}

.zy-footer .mid-block .left-box .box .tit {
  font-size: clamp(16px, 1vw, 20px);

  color: #000000;
}

.zy-footer .mid-block .left-box .box .link {
  margin-top: clamp(15px, 1.2vw, 24px);

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  grid-gap: clamp(8px, 0.75vw, 15px);
}

.zy-footer .mid-block .left-box .box .link a {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #808080;

  position: relative;

  padding-bottom: 2px;

  transition: color 0.3s ease;
}

.zy-footer .mid-block .left-box .box .link a:before {
  content: "";

  width: 100%;

  height: 1px;

  background-color: #0051f6;

  position: absolute;

  bottom: 0;

  left: 0;

  transform: scaleX(0);

  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

@media (any-hover: hover) {
  .zy-footer .mid-block .left-box .box .link a:hover {
    color: #0051f6;
  }

  .zy-footer .mid-block .left-box .box .link a:hover:before {
    transform: scaleX(1);
  }
}

.zy-footer .mid-block .right-box .tit {
  font-size: clamp(16px, 1vw, 20px);

  color: #000000;
}

.zy-footer .mid-block .right-box p {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #808080;
}

.zy-footer .mid-block .right-box p.mt1 {
  margin-top: clamp(15px, 1.5vw, 30px);
}

.zy-footer .mid-block .right-box .ewm-box {
  margin-top: clamp(15px, 1.5vw, 30px);

  display: flex;

  gap: clamp(12px, 1.2vw, 24px);
}

.zy-footer .mid-block .right-box .ewm {
  width: clamp(100px, 6vw, 120px);
}

.zy-footer .mid-block .right-box .ewm .img-box {
  border-radius: 10px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(51, 112, 255, 0.05);
}

.zy-footer .mid-block .right-box .ewm .img-box img {
  display: block;

  width: 100%;
}

.zy-footer .mid-block .right-box .ewm p {
  text-align: center;

  margin-top: 8px;
}

.zy-footer .mid-block .right-box .tel-box {
  margin-top: clamp(20px, 2vw, 40px);

  display: flex;

  gap: clamp(20px, 2vw, 40px);
}

.zy-footer .mid-block .right-box .tel-box .tel span {
  display: block;

  font-size: clamp(18px, 1.25vw, 24px);

  font-weight: bold;

  color: #0051f6;
}

.zy-footer .bot-block {
  padding: clamp(20px, 2vw, 40px) 0;
}

.zy-footer .bot-block .top-box {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.zy-footer .bot-block .top-box .left-box {
  display: flex;

  align-items: center;

  gap: clamp(30px, 0.3125vw, 60px);
}

.zy-footer .bot-block .top-box .left-box .img-box {
  width: 70px;
}

.zy-footer .bot-block .top-box .left-box .img-box img {
  display: block;

  width: 100%;
}

.zy-footer .bot-block .top-box .left-box .link {
  display: flex;

  gap: clamp(30px, 3.125vw, 60px);
}

.zy-footer .bot-block .top-box .left-box .link a {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #000;

  position: relative;

  padding-bottom: 2px;

  transition: color 0.3s ease;
}

.zy-footer .bot-block .top-box .left-box .link a:before {
  content: "";

  width: 100%;

  height: 1px;

  background-color: #0051f6;

  position: absolute;

  bottom: 0;

  left: 0;

  transform: scaleX(0);

  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

@media (any-hover: hover) {
  .zy-footer .bot-block .top-box .left-box .link a:hover {
    color: #0051f6;
  }

  .zy-footer .bot-block .top-box .left-box .link a:hover:before {
    transform: scaleX(1);
  }
}

.zy-footer .bot-block .top-box .right-box {
  display: flex;

  gap: clamp(20px, 2vw, 40px);

  padding-right: clamp(50px, 5vw, 100px);
}

.zy-footer .bot-block .top-box .right-box a {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #000;

  position: relative;

  padding-bottom: 2px;

  transition: color 0.3s ease;
}

.zy-footer .bot-block .top-box .right-box a:before {
  content: "";

  width: 100%;

  height: 1px;

  background-color: #0051f6;

  position: absolute;

  bottom: 0;

  left: 0;

  transform: scaleX(0);

  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.zy-footer .bot-block .top-box .right-box a:after {
  content: "|";

  font-size: clamp(12px, 0.7vw, 14px);

  color: #000;

  text-align: center;

  width: clamp(20px, 2vw, 40px);

  position: absolute;

  top: 0;

  left: 100%;

  pointer-events: none;
}

.zy-footer .bot-block .top-box .right-box a:last-of-type:after {
  display: none;
}

@media (any-hover: hover) {
  .zy-footer .bot-block .top-box .right-box a:hover {
    color: #0051f6;
  }

  .zy-footer .bot-block .top-box .right-box a:hover:before {
    transform: scaleX(1);
  }
}

.zy-footer .bot-block .bot-box {
  margin-top: clamp(10px, 1vw, 20px);
}

.zy-footer .bot-block .bot-box .copyright {
  font-size: clamp(12px, 0.7vw, 14px);

  color: #000;

  display: flex;

  flex-wrap: wrap;

  gap: 0 10px;
}

.zy-footer .bot-block .bot-box .copyright a {
  display: inline-block;

  color: #000;
}

.zy-footer .bot-block .bot-box .copyright img {
  width: 16px;

  margin: -2px 2px 0 0;
}

/*下拉菜单*/

.dropnav-2025 {
  position: absolute;

  top: 100%;

  left: clamp(30px, 3.125vw, 60px);

  min-width: 1050px;

  background-color: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  font-family: "Microsoft YaHei";
}

.dropnav-flex-2025 {
  display: flex;

  height: 100%;
}

.dropnav-left-2025 {
  width: 310px;

  background: #f6f8fd url("../images/2024head/img-1.jpg") center top no-repeat;

  background-size: 100% auto;

  padding: 60px 40px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.dropnav-left-2025 .tab-tit-item {
  margin-top: 20px;

  position: relative;

  cursor: pointer;
}

.dropnav-left-2025 .tab-tit-item:nth-of-type(1) {
  margin-top: 0;
}

.dropnav-left-2025 .tab-tit-item span {
  display: block;

  font-size: 16px;

  color: #333;

  line-height: 40px;

  padding: 0 20px;

  transition: all 0.3s ease;
}

.dropnav-left-2025 .tab-tit-item:after {
  content: "";

  width: 15px;

  height: 11px;

  position: absolute;

  right: 20px;

  top: 50%;

  margin-top: -6px;

  background: url("../images/2024head/icon-2.png") center center no-repeat;

  background-size: contain;

  z-index: 2;

  opacity: 0;

  transition: opacity 0.3s ease;
}

.dropnav-left-2025 .tab-tit-item.active span {
  background-color: #ebf1fd;

  color: #108cee;

  font-weight: bold;
}

.dropnav-left-2025 .tab-tit-item.active:after {
  opacity: 1;
}

@media (any-hover: hover) {
  .dropnav-left-2025 .tab-tit-item:hover span {
    background-color: #ebf1fd;

    color: #108cee;
  }

  .dropnav-left-2025 .tab-tit-item:hover:after {
    opacity: 1;
  }
}

.dropnav-left-2025 .top-txt .tit {
  font-size: 16px;

  line-height: 1.5;

  color: #333333;

  font-weight: bold;
}

.dropnav-left-2025 .top-txt p {
  font-size: 14px;

  color: #666;

  line-height: 1.7;

  margin-top: 10px;
}

.dropnav-left-2025 .top-txt a {
  display: block;

  margin-top: 10px;

  width: 90px;

  line-height: 30px;

  text-align: center;

  font-size: 12px;

  color: #108cee;

  border: 1px solid #108cee;

  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .dropnav-left-2025 .top-txt a:hover {
    background-color: #108cee;

    color: #fff;
  }
}

.dropnav-left-2025 .bot-link a {
  display: inline-block;

  font-size: 16px;

  color: #333;

  font-weight: bold;
}

.dropnav-left-2025 .bot-link a:after {
  content: "";

  width: 8px;

  height: 10px;

  background: url("../images/2024head/icon-1.png") center center no-repeat;

  background-size: contain;

  display: inline-block;

  vertical-align: middle;

  margin: -2px 0 0 10px;
}

.dropnav-left-2025 .bot-link p {
  font-size: 14px;

  color: #666;

  margin-top: 5px;
}

.dropnav-right-2025 {
  width: calc(100% - 310px);
}

.dropnav-right-2025 .tab-cont {
  height: 100%;

  position: relative;
}

.dropnav-right-2025 .tab-cont-child {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;
}

.dropnav-right-2025 .tab-cont-child.active {
  opacity: 1;

  visibility: visible;
}

.dropnav-right-2025 .scrollicon {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100px;

  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.9)
  );

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 2;

  display: none;
}

.dropnav-right-2025 .scrollicon .icon {
  width: 100px;
}

.dropnav-right-2025 .scrollicon .icon i {
  display: block;

  width: 17px;

  height: 25px;

  margin: 0 auto 10px;

  border: 2px solid #333333;

  border-radius: 10px;

  position: relative;
}

.dropnav-right-2025 .scrollicon .icon i:before {
  content: "";

  width: 2px;

  height: 5px;

  background-color: #108cee;

  position: absolute;

  top: 3px;

  left: 0;

  right: 0;

  margin: 0 auto;
}

.dropnav-right-2025 .scrollicon .icon .ani {
  text-align: center;

  margin-bottom: 10px;
}

.dropnav-right-2025 .scrollicon .icon em {
  display: block;

  font-style: normal;

  font-size: 16px;

  color: #000;

  line-height: 10px;

  margin-top: -3px;

  opacity: 0;
}

.dropnav-right-2025 .scrollicon .icon em:nth-of-type(1) {
  animation: scrollicon1 2s linear infinite;
}

.dropnav-right-2025 .scrollicon .icon em:nth-of-type(2) {
  animation: scrollicon2 2s linear infinite;
}

.dropnav-right-2025 .scrollicon .icon em:nth-of-type(3) {
  animation: scrollicon3 2s linear infinite;
}

@keyframes scrollicon1 {
  0%,
  50% {
    transform: translate(0);

    opacity: 0;
  }

  100% {
    transform: translateY(5px);

    opacity: 1;
  }
}

@keyframes scrollicon2 {
  0%,
  25% {
    transform: translate(0);

    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(5px);

    opacity: 1;
  }
}

@keyframes scrollicon3 {
  0% {
    transform: translate(0);

    opacity: 0;
  }

  50%,
  100% {
    transform: translateY(5px);

    opacity: 1;
  }
}

.dropnav-right-2025 .scrollicon .icon span {
  display: block;

  font-size: 12px;

  color: #999999;

  text-align: center;
}

.dropnav-right-2025 .tab-cont-child-2 {
  position: relative;

  padding: 60px;

  height: 100%;

  overflow: auto;
}

.dropnav-right-2025 .tab-cont-child-2 .block {
  margin-top: 50px;
}

.dropnav-right-2025 .tab-cont-child-2 .block:nth-of-type(1) {
  margin-top: 0;
}

.dropnav-right-2025 .tab-cont-child-2 .label {
  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px solid #eff0f2;
}

.dropnav-right-2025 .tab-cont-child-2 .label a,
.dropnav-right-2025 .tab-cont-child-2 .label span {
  font-size: 18px;

  color: #333333;

  font-weight: bold;
}

.dropnav-right-2025 .tab-cont-child-2 .label a:after {
  content: "";

  width: 6px;

  height: 10px;

  background: url("../images/2024head/icon-7.png") center center no-repeat;

  background-size: contain;

  display: inline-block;

  vertical-align: middle;

  margin: -2px 0 0 10px;
}

.dropnav-right-2025 .tab-cont-child-2 .cont {
  display: flex;

  flex-wrap: wrap;

  grid-gap: 20px;

  align-items: flex-start;
  width: 100%;
}

.dropnav-right-2025 .tab-cont-child-2 .item {
  width: calc((100% - 60px) / 4);

  padding: 10px;

  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .dropnav-right-2025 .tab-cont-child-2 .item:hover {
    background-color: #ebf1fd;
  }
}

.dropnav-right-2025 .tab-cont-child-2 .item a {
  display: block;

  position: relative;

  padding-left: 40px;
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit {
  display: flex;

  grid-gap: 10px;

  align-items: flex-start;
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit i {
  width: 30px;

  height: 30px;

  position: absolute;

  left: 0;

  top: 4px;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit span {
  display: block;

  font-size: 16px;

  line-height: 18px;

  color: #333;

  max-width: calc(100% - 40px);
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit span.max {
  max-width: 100%;
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit .hot {
  width: 30px;

  height: 16px;

  background: url("../images/2024head/hot.svg") center center no-repeat;

  background-size: contain;
}

.dropnav-right-2025 .tab-cont-child-2 .item .tit .new {
  width: 30px;

  height: 16px;

  background: url("../images/2024head/new.svg") center center no-repeat;

  background-size: contain;
}

.dropnav-right-2025 .tab-cont-child-2 .item p {
  font-size: 12px;

  line-height: 15px;

  color: #999999;

  margin-top: 5px;
}

.dropnav-right-2025 .tab-cont-child-4 {
  position: relative;

  padding: 60px;

  height: 100%;

  overflow: auto;
}

.dropnav-right-2025 .tab-cont-child-4 .label {
  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px solid #eff0f2;
}

.dropnav-right-2025 .tab-cont-child-4 .label span {
  font-size: 18px;

  color: #333333;

  font-weight: bold;
}

.dropnav-right-2025 .tab-cont-child-4 .cont {
  display: flex;

  flex-wrap: wrap;

  grid-gap: 20px;
  width: 100%;
}

.dropnav-right-2025 .tab-cont-child-4 .item {
  width: calc((100% - 60px) / 4);

  padding: 10px;

  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .dropnav-right-2025 .tab-cont-child-4 .item:hover {
    background-color: #ebf1fd;
  }
}

.dropnav-right-2025 .tab-cont-child-4 .item .top-link {
  display: block;

  position: relative;

  padding-left: 40px;
}

.dropnav-right-2025 .tab-cont-child-4 .item .tit i {
  width: 30px;

  height: 30px;

  position: absolute;

  left: 0;

  top: 4px;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;
}

.dropnav-right-2025 .tab-cont-child-4 .item .tit span {
  display: block;

  font-size: 16px;

  line-height: 18px;

  color: #333;

  max-width: 100%;
}

.dropnav-right-2025 .tab-cont-child-4 .item p {
  font-size: 12px;

  line-height: 15px;

  color: #999999;

  margin-top: 5px;
}

.dropnav-right-2025 .tab-cont-child-4 .item .tips {
  margin-top: 10px;

  display: flex;

  flex-wrap: wrap;

  grid-gap: 10px;
}

.dropnav-right-2025 .tab-cont-child-4 .item .tips a {
  width: 70px;

  font-size: 12px;

  color: #6a6a6a;

  transition: color 0.3s ease;
}

.dropnav-right-2025 .tab-cont-child-4 .item .tips a:before {
  content: "•";

  font-size: 12px;

  color: #6a6a6a;

  display: inline-block;

  vertical-align: top;

  margin: 2px 4px 0 0;
}

@media (any-hover: hover) {
  .dropnav-right-2025 .tab-cont-child-4 .item .tips a:hover {
    color: #108cee;
  }

  .dropnav-right-2025 .tab-cont-child-4 .item .tips a:hover:before {
    color: #108cee;
  }
}

.aboutdropnav-2025 {
  max-width: 1560px;

  width: calc(100vw - 100px);

  height: 400px;

  background-color: #fff;
}

.aboutdropnav-2025 .dropnav-right-2025 {
  padding: 60px 80px;

  display: flex;

  justify-content: space-between;
}

.aboutdropnav-2025 .dropnav-right-2025 .box span {
  display: block;

  font-size: 16px;

  color: #333;
}

.aboutdropnav-2025 .dropnav-right-2025 .box .link {
  margin-top: 20px;
}

.aboutdropnav-2025 .dropnav-right-2025 .box a {
  display: block;

  margin-top: 15px;

  font-size: 12px;

  color: #999;

  transition: color 0.3s ease;
}

.aboutdropnav-2025 .dropnav-right-2025 .box a:nth-of-type(1) {
  margin-top: 0;
}

@media (any-hover: hover) {
  .aboutdropnav-2025 .dropnav-right-2025 .box a:hover {
    color: #108cee;
  }
}

.partnerdropnav-2025 {
  max-width: 1175px;
}

.servicedropnav-2025 {
  max-width: 1175px;
}

.productdropnav-2025 {
  max-width: 1560px;

  width: calc(100vw - 100px);

  background-color: #fff;

  height: 640px;

  max-height: 80vh;
}

.solutiondropnav-2025 {
  max-width: 1560px;

  width: calc(100vw - 100px);

  background-color: #fff;

  height: 540px;

  max-height: 80vh;
}

/*右侧漂浮*/

.zy-fixed-right {
  position: fixed;

  right: clamp(10px, 1.5vw, 30px);

  top: calc(50% - 170px);

  z-index: 99;

  display: none;
}

.zy-fixed-right .top-block {
  position: relative;
}

.zy-fixed-right .top-block .show {
  width: 60px;

  display: block;

  padding: 6px 6px 24px;

  border-radius: 30px;

  background-color: #0051f6;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);

  cursor: pointer;
}

.zy-fixed-right .top-block .show .icon {
  width: 100%;

  aspect-ratio: 1;

  margin: 0 auto;

  background-color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.zy-fixed-right .top-block .show .icon img {
  max-width: 50%;

  max-height: 50%;
}

.zy-fixed-right .top-block .show span {
  display: block;

  margin-top: 10px;

  font-size: 12px;

  color: #fff;

  text-align: center;
}

.zy-fixed-right .top-block .hide {
  position: absolute;

  right: 100%;

  top: 50%;

  transform: translateY(-50%);

  height: 120px;

  overflow: hidden;
}

.zy-fixed-right .top-block .track-box .item {
  padding: 2px 10px;
}

.zy-fixed-right .top-block .track-box .item .txt {
  width: 150px;

  height: 36px;

  padding-left: 30px;

  border-radius: 18px;

  background-color: #fff;

  display: flex;

  align-items: center;

  gap: 5px;

  opacity: 0.6;

  transform: scale(0.8);

  transition: all 0.3s ease;
}

.zy-fixed-right .top-block .track-box .item .txt:before {
  content: "";

  width: 14px;

  height: 14px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/fixedright-icon-2.svg");
}

.zy-fixed-right .top-block .track-box .item .txt span {
  font-size: 14px;

  color: #2b2f36;
}

.zy-fixed-right .top-block .track-box .item.active .txt {
  opacity: 1;

  transform: scale(1);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zy-fixed-right .top-block.active .hide {
  opacity: 0;

  visibility: hidden;
}

.zy-fixed-right .mid-block {
  width: 60px;

  border-radius: 30px;

  padding: 10px 0;

  margin-top: 10px;

  background-color: #fff;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.zy-fixed-right .mid-block .sbox {
  position: relative;

  display: block;
}

.zy-fixed-right .mid-block .sbox:last-of-type:after {
  display: none;
}

.zy-fixed-right .mid-block .sbox:after {
  content: "";

  width: 30px;

  height: 1px;

  background-color: rgba(0, 0, 0, 0.1);

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: 0 auto;
}

.zy-fixed-right .mid-block .sbox .show {
  padding: 20px 0;

  display: block;

  cursor: pointer;
}

.zy-fixed-right .mid-block .sbox .show .icon {
  width: 20px;

  height: 20px;

  margin: 0 auto;

  position: relative;
}

.zy-fixed-right .mid-block .sbox .show i {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  transition: opacity 0.3s ease;
}

.zy-fixed-right .mid-block .sbox .show i.h {
  opacity: 0;
}

.zy-fixed-right .mid-block .sbox .show span {
  display: block;

  margin-top: 10px;

  font-size: 12px;

  color: #2b2f36;

  text-align: center;

  transition: color 0.3s ease;
}

.zy-fixed-right .mid-block .sbox .hide {
  position: absolute;

  right: 100%;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition: all 0.3s ease;
}

.zy-fixed-right .mid-block .sbox .formhide {
  bottom: -180px;

  padding-right: 10px;
}

.zy-fixed-right .mid-block .sbox .formhide .inner {
  width: clamp(360px, 24vw, 480px);

  padding: clamp(30px, 2.5vw, 40px);

  background-color: #fff;

  border-radius: clamp(20px, 2vw, 30px);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.zy-fixed-right .mid-block .sbox .formhide .topbox .s-tel {
  margin-top: 20px;

  position: relative;

  padding-left: clamp(60px, 3.6vw, 70px);
}

.zy-fixed-right .mid-block .sbox .formhide .topbox .s-tel:nth-of-type(1) {
  margin-top: 0;
}

.zy-fixed-right .mid-block .sbox .formhide .topbox .s-tel:before {
  content: "";

  width: clamp(40px, 3vw, 54px);

  height: clamp(40px, 3vw, 54px);

  border-radius: 50%;

  border: 2px solid #e6eefe;

  background-position: center;

  background-repeat: no-repeat;

  background-image: url("../images/common/fixedright-icon-3-2.svg");

  background-size: auto clamp(16px, 1.1vw, 20px);

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);
}

.zy-fixed-right .mid-block .sbox .formhide .topbox .s-tel span {
  display: block;

  font-size: clamp(16px, 1.2vw, 20px);

  color: #000000;
}

.zy-fixed-right .mid-block .sbox .formhide .topbox .s-tel p {
  display: inline-block;

  font-size: clamp(24px, 1.7vw, 32px);

  font-weight: bold;

  color: transparent;

  background-image: linear-gradient(90deg, #0051f6, #a94ffe);

  -webkit-background-clip: text;

  background-clip: text;
}

.zy-fixed-right .mid-block .sbox .formhide .botbox {
  margin-top: clamp(20px, 1.5vw, 30px);

  padding-top: clamp(20px, 1.5vw, 30px);

  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.zy-fixed-right .mid-block .sbox .formhide .botbox .tit {
  display: flex;
}

.zy-fixed-right .mid-block .sbox .formhide .botbox .tit span {
  font-size: clamp(16px, 1.1vw, 20px);

  color: #000000;

  position: relative;
}

.zy-fixed-right .mid-block .sbox .formhide .botbox .tit span:after {
  content: "";

  width: clamp(14px, 1.1vw, 20px);

  height: clamp(14px, 1.1vw, 20px);

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/fixedright-icon-6.png");

  position: absolute;

  left: calc(100% + 5px);

  top: -5px;
}

.zy-fixed-right .mid-block .sbox .formhide .botbox p {
  font-size: clamp(13px, 0.9vw, 16px);

  color: #808080;

  margin-top: 5px;
}

.zy-fixed-right .mid-block .sbox .formhide .formbox {
  margin-top: 15px;

  display: flex;

  flex-wrap: wrap;

  gap: 10px;
}

.zy-fixed-right .mid-block .sbox .formhide .form-item {
  width: 100%;

  position: relative;
}

.zy-fixed-right .mid-block .sbox .formhide .form-item.style-1 {
  padding-right: 130px;
}

.zy-fixed-right .mid-block .sbox .formhide .form-item.style-2 {
  display: flex;

  /*    align-items: center;*/

  padding: 10px 0;
}

.zy-fixed-right .mid-block .sbox .formhide input[type="text"] {
  width: 100%;

  height: 48px;

  border: 1px solid #e6e6e6;

  border-radius: 5px;

  padding: 0 20px;

  font-size: clamp(13px, 0.9vw, 16px);

  color: #808080;
}

.zy-fixed-right .mid-block .sbox .formhide input[type="text"]:focus {
  border-color: #0051f6;
}

.zy-fixed-right .mid-block .sbox .formhide .codebtn {
  position: absolute;

  right: 0;

  top: 0;

  width: 120px;

  height: 48px;

  border: 1px solid #e6e6e6;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  border-radius: 5px;

  font-size: clamp(13px, 0.9vw, 16px);

  color: #808080;

  cursor: pointer;
}

.zy-fixed-right .mid-block .sbox .formhide input[type="checkbox"] {
  width: 16px;

  height: 16px;
}

.zy-fixed-right .mid-block .sbox .formhide .agreebox {
  font-size: 12px;

  color: #808080;

  padding-left: 10px;
}

.zy-fixed-right .mid-block .sbox .formhide .agreebox a {
  display: inline-block;

  color: #0051f6;
}

.zy-fixed-right .mid-block .sbox .formhide button {
  width: 100%;

  height: 48px;

  border-radius: 5px;

  background-image: linear-gradient(90deg, #0051f6, #a94ffe);

  font-size: clamp(13px, 0.9vw, 16px);

  color: #fff;

  text-align: center;

  transition: all 0.3s ease;

  cursor: pointer;
}

.zy-fixed-right .mid-block .sbox .formhide button:hover {
  transform: translateY(-3px);

  box-shadow: 0 0.1rem 0.3rem rgba(51, 112, 255, 0.3);
}

@media (any-hover: hover) {
  .zy-fixed-right .mid-block .sbox:hover .show i.s {
    opacity: 0;
  }

  .zy-fixed-right .mid-block .sbox:hover .show i.h {
    opacity: 1;
  }

  .zy-fixed-right .mid-block .sbox:hover .show span {
    color: #0051f6;
  }

  .zy-fixed-right .mid-block .sbox:hover .hide {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;
  }
}

.zy-fixed-right .bot-block {
  width: 60px;

  height: 60px;

  position: fixed;

  right: clamp(10px, 1.5vw, 30px);

  bottom: clamp(10px, 1.5vw, 30px);

  z-index: 99;
}

.zy-fixed-right .bot-block .totop {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  background-color: #fff;

  background-position: center;

  background-repeat: no-repeat;

  background-image: url("../images/common/fixedright-icon-5.png");

  background-size: auto 12px;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);

  cursor: pointer;
}

/*手机端底部悬浮*/

.zy-fixed-bottom-m {
  position: fixed;

  bottom: 0;

  left: 0;

  right: 0;

  height: 60px;

  display: none;

  align-items: center;

  justify-content: space-between;

  background-color: rgba(255, 255, 255, 0.8);

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);

  border-radius: 15px 15px 0 0;

  padding: 0 20px;

  z-index: 99;
}

.zy-fixed-bottom-m .links {
  display: flex;

  align-items: center;

  gap: 15px;
}

.zy-fixed-bottom-m .links a {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;
}

.zy-fixed-bottom-m .links a:before {
  content: "";

  width: 14px;

  height: 14px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

.zy-fixed-bottom-m .links a span {
  font-size: 14px;

  color: #000;
}

.zy-fixed-bottom-m .links a.link-1:before {
  background-image: url("../images/common/fixedbottom-icon-1.svg");
}

.zy-fixed-bottom-m .links a.link-2:before {
  background-image: url("../images/common/fixedbottom-icon-2.svg");
}

.zy-fixed-bottom-m .links i {
  width: 1px;

  height: 12px;

  background-color: rgba(0, 0, 0, 0.1);
}

.zy-fixed-bottom-m .btn {
  width: 120px;

  height: 36px;

  border-radius: 18px;

  background-image: linear-gradient(90deg, #0051f6, #a94ffe);

  display: flex;

  align-items: center;

  justify-content: center;
}

.zy-fixed-bottom-m .btn span {
  font-size: 14px;

  color: #fff;
}

/*手机端头部*/

.zy-header-m {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  display: none;

  transition: all 0.3s ease;

  z-index: 100;
}

.zy-header-m:after {
  content: "";

  width: 100%;

  height: 1px;

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: rgba(255, 255, 255, 0.1);

  pointer-events: none;

  transition: all 0.3s ease;
}

.zy-header-m .mainbox {
  height: 60px;

  padding: 0 7%;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.zy-header-m .zylogo {
  width: 93px;

  position: relative;
}

.zy-header-m .zylogo img {
  display: block;

  width: 100%;

  transition: opacity 0.3s ease;
}

.zy-header-m .zylogo img.h {
  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;
}

.zy-header-m .zyope {
  margin-right: 40px;

  display: flex;

  align-items: center;

  gap: 20px;
}

.zy-header-m .search-btn {
  width: 18px;

  height: 18px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-search-1.svg");

  transition: all 0.3s ease;
}

.zy-header-m .aisite {
  display: flex;

  align-items: center;

  gap: 5px;
}

.zy-header-m .aisite:before {
  content: "";

  width: 18px;

  height: 18px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-icon-4-1.png");

  transition: all 0.3s ease;
}

.zy-header-m .aisite span {
  font-size: 12px;

  color: #fff;

  transition: color 0.3s ease;
}

.zy-header-m .loginbtn {
  width: 18px;

  height: 18px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-icon-5-1.svg");
}

.zy-header-m .mNavBtn {
  display: block;

  width: 20px;

  height: 16px;

  right: 7%;

  top: 22px;

  position: absolute;

  cursor: pointer;

  z-index: 4;
}

.zy-header-m .mNavBtn span {
  position: absolute;

  left: 0;

  width: 20px;

  height: 2px;

  background-color: #ffffff;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.zy-header-m .mNavBtn span.line1 {
  top: 0;
}

.zy-header-m .mNavBtn span.line2 {
  top: 7px;
}

.zy-header-m .mNavBtn span.line3 {
  bottom: 0;
}

.zy-header-m .mNavBtn.active .line2 {
  display: none;
}

.zy-header-m .mNavBtn.active .line1 {
  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  top: 7px;
}

.zy-header-m .mNavBtn.active .line3 {
  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  bottom: 7px;
}

.zy-header-m .zynavbox {
  position: fixed;

  top: 60px;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 8;

  background-color: #fff;

  border-top: 1px solid #e6e6e6;

  display: none;
}

.zy-header-m .zynavbox.active {
  display: block;
}

.zy-header-m .zynavbox .left-box {
  position: absolute;

  top: 0;

  left: 0;

  width: 130px;

  height: 100%;

  background-color: #f2f3f5;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tit {
  display: flex;

  align-items: center;

  padding: 0 20px;

  height: 40px;

  position: relative;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tit:before {
  content: "";

  width: 3px;

  height: 18px;

  position: absolute;

  left: 0;

  top: calc(50% - 9px);

  background-image: linear-gradient(180deg, #a94ffe, #0351f6);

  opacity: 0;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tit span {
  font-size: 15px;

  color: #000000;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tab-tit {
  display: none;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tab-tit span {
  display: block;

  line-height: 40px;

  padding: 0 5px 0 24px;

  font-size: 12px;

  color: #888;
}

.zy-header-m .zynavbox .left-box .inner-top .item .nav-tab-tit span.active {
  color: #0351f6;
}

.zy-header-m .zynavbox .left-box .inner-top .item.active {
  background-color: #fff;
}

.zy-header-m .zynavbox .left-box .inner-top .item.active .nav-tit:before {
  opacity: 1;
}

.zy-header-m .zynavbox .left-box .inner-top .item.active .nav-tab-tit {
  display: block;
}

.zy-header-m .zynavbox .left-box .inner-bottom {
  margin-top: 10px;

  padding-top: 10px;

  position: relative;
}

.zy-header-m .zynavbox .left-box .inner-bottom:before {
  content: "";

  height: 1px;

  background-color: rgba(0, 0, 0, 0.1);

  position: absolute;

  left: 20px;

  right: 20px;

  top: 0;
}

.zy-header-m .zynavbox .left-box .inner-bottom a {
  display: flex;

  align-items: center;

  padding: 0 20px;

  height: 40px;

  position: relative;
}

.zy-header-m .zynavbox .left-box .inner-bottom a span {
  font-size: 15px;

  color: #000000;
}

.zy-header-m .zynavbox .right-box {
  position: absolute;

  top: 0;

  left: 130px;

  right: 0;

  height: 100%;

  padding: 0 0 30px 20px;
}

.zy-header-m .zynavbox .right-box .item-cont {
  padding-right: 20px;

  height: 100%;

  overflow: auto;

  display: none;
}

.zy-header-m .zynavbox .right-box .item-cont.active {
  display: block;
}

.zy-header-m .zynavbox .right-box .nav-link {
  border-bottom: 1px solid #e6e6e6;
}

.zy-header-m .zynavbox .right-box .nav-link span {
  display: block;

  line-height: 40px;

  font-size: 14px;

  color: #000;
}

.zy-header-m .zynavbox .right-box .sub-channel-cont {
  display: none;
}

.zy-header-m .zynavbox .right-box .sub-channel-cont.active {
  display: block;
}

.zy-header-m .zynavbox .right-box .sub-box {
  margin-top: 15px;
}

.zy-header-m .zynavbox .right-box .sub-box.open .sub-box-tit:after {
  transform: rotate(180deg);
}

.zy-header-m .zynavbox .right-box .sub-box.open .sub-box-cont {
  display: block;
}

.zy-header-m .zynavbox .right-box .sub-box-titlink a {
  display: flex;

  align-items: center;

  gap: 5px;

  margin-top: 15px;
}

.zy-header-m .zynavbox .right-box .sub-box-titlink a span {
  display: block;

  font-size: 14px;

  line-height: 20px;

  color: #000;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.zy-header-m .zynavbox .right-box .sub-box-titlink a .hot {
  width: 24px;

  height: 12px;

  background: url("../images/2024head/hot.svg") center center no-repeat;

  background-size: contain;
}

.zy-header-m .zynavbox .right-box .sub-box-titlink a .new {
  width: 24px;

  height: 12px;

  background: url("../images/2024head/new.svg") center center no-repeat;

  background-size: contain;
}

.zy-header-m .zynavbox .right-box .sub-box-tit {
  line-height: 20px;

  font-size: 14px;

  color: #000000;

  position: relative;

  padding-right: 25px;
}

.zy-header-m .zynavbox .right-box .sub-box-tit:after {
  content: "";

  width: 11px;

  height: 7px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  background-image: url("../images/common/head-icon-3-2.svg");

  position: absolute;

  right: 0;

  top: 50%;

  margin-top: -4px;
}

.zy-header-m .zynavbox .right-box .sub-box-cont {
  padding: 15px 20px 10px;

  display: none;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .box {
  margin-top: 20px;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .box:nth-of-type(1) {
  margin-top: 0;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .link a {
  display: flex;

  align-items: center;

  gap: 5px;

  margin-top: 15px;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .link a:nth-of-type(1) {
  margin-top: 0;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .link a span {
  font-size: 12px;

  color: #666;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .link a .hot {
  width: 24px;

  height: 12px;

  background: url("../images/2024head/hot.svg") center center no-repeat;

  background-size: contain;
}

.zy-header-m .zynavbox .right-box .sub-box-cont .link a .new {
  width: 24px;

  height: 12px;

  background: url("../images/2024head/new.svg") center center no-repeat;

  background-size: contain;
}

.zy-header-m.down {
  background-color: #fff;
}

.zy-header-m.down:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.zy-header-m.down .zylogo img.s {
  opacity: 0;
}

.zy-header-m.down .zylogo img.h {
  opacity: 1;
}

.zy-header-m.down .search-btn {
  background-image: url("../images/common/head-search-2.svg");
}

.zy-header-m.down .aisite:before {
  background-image: url("../images/common/head-icon-4-2.png");
}

.zy-header-m.down .aisite span {
  color: #000;
}

.zy-header-m.down .mNavBtn span {
  background-color: #000;
}

/*公用部分响应式*/

@media screen and (max-width: 1799px) {
  .aboutdropnav-2025 .dropnav-right-2025 {
    padding: 60px;
  }
}

@media screen and (max-width: 1540px) {
  .zy-header .zynav li a.single span {
    font-size: 14px;
  }

  .zy-header .tel span {
    font-size: 12px;
  }

  .zy-header .btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 1379px) {
  .dropnav-right-2025 .tab-cont-child-2 .item {
    width: calc((100% - 40px) / 3);
  }

  .dropnav-right-2025 .tab-cont-child-4 .item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 1281px) {
  .zy-header .zynav {
    gap: 30px;
  }
}

@media screen and (max-width: 1221px) {
  .zy-header .zynav {
    gap: 20px;
  }
}

@media screen and (max-width: 1025px) {
  .zy-fixed-right,
  .zy-header-tips,
  .zy-header {
    display: none !important;
  }

  .zy-fixed-bottom-m {
    display: flex;
  }

  .zy-header-m {
    display: block;
  }

  .zy-head-null {
    height: 60px;
  }

  .zy-footer {
    padding-bottom: 60px;
  }

  .zy-footer .top-block {
    flex-wrap: wrap;

    gap: 30px 0;

    display: none;
  }

  .zy-footer .top-block .box {
    width: 50%;
  }

  .zy-footer .mid-block {
    display: block;

    border-top: none;
  }

  .zy-footer .mid-block .left-box {
    display: block;
  }

  .zy-footer .mid-block .left-box .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .zy-footer .mid-block .left-box .box .link {
    display: none;
  }

  .zy-footer .mid-block .left-box .box .tit {
    line-height: 50px;

    font-size: 15px;

    position: relative;
  }

  .zy-footer .mid-block .left-box .box .tit:after {
    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 50px;

    height: 50px;

    background: url("../images/common/head-icon-3-2.svg") center center
      no-repeat;

    background-size: auto 6px;
  }

  .zy-footer .mid-block .left-box .box .link {
    margin-top: 0;

    padding: 0 20px 20px;
  }

  .zy-footer .mid-block .left-box .box .link a {
    display: block;

    margin-top: 15px;

    padding-bottom: 0;

    &:nth-of-type(1) {
      margin-top: 0;
    }
  }

  .zy-footer .mid-block .right-box {
    margin-top: 30px;
  }

  .zy-footer .mid-block .right-box .ewm-box {
    gap: 50px;
  }

  .zy-footer .bot-block .top-box {
    display: block;
  }

  .zy-footer .bot-block .top-box .left-box {
    display: block;
  }

  .zy-footer .bot-block .top-box .left-box .img-box {
    display: none;
  }

  .zy-footer .bot-block .top-box .left-box .link {
    justify-content: center;

    flex-wrap: wrap;

    gap: 10px 20px;
  }

  .zy-footer .bot-block .top-box .right-box {
    justify-content: center;

    margin-top: 10px;
  }

  .zy-footer .bot-block .bot-box .copyright {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .zy-footer .top-block .box {
    width: 100%;
  }
}
