* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.zyz a,
.zyz a:hover,
.zyz a:link,
.zyz a:visited {
  text-decoration: none;
  color: inherit;
}
.zyz p {
  padding: 0;
  margin: 0;
}
.zyz .h1,
.zyz .h2,
.zyz .h3,
.zyz .h4,
.zyz .h5,
.zyz .h6,
.zyz h1,
.zyz h2,
.zyz h3,
.zyz h4,
.zyz h5,
.zyz h6 {
  margin: 0;
}
.zyz input,
.zyz textarea {
  border: none;
  resize: none;
  outline: none;
}
.zyz .img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zyz .img-box iframe,
.zyz .img-box video,
.zyz .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.zyz .fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.zyz .fszero h1 {
  margin: 0;
}
.zyz [lang=zh-CN] .share-cn {
  display: block;
}
.zyz [lang=zh-CN] .share-other {
  display: none;
}
.zyz .a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
.zyz a,
.zyz a:hover,
.zyz a:link,
.zyz a:visited {
  text-decoration: none;
  color: inherit;
}
.zyz input[type=number] {
  -moz-appearance: textfield;
}
.zyz input[type=number]::-webkit-inner-spin-button,
.zyz input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.zyz select,
.zyz button,
.zyz input,
.zyz textarea {
  border: none;
  outline: none;
}
.zyz a[data-fancybox] {
  outline: none;
}
.zyz a[data-fancybox] img {
  outline: none !important;
}
.zyz .slick-slide {
  outline: none;
}
.zyz .slick-slide a {
  outline: none !important;
}
.zyz img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.zyz img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.zyz .lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.zyz .loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .zyz .wow {
    visibility: hidden;
  }
}
.zyz .lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.zyz .art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.zyz .art-video-player .art-bottom {
  display: none !important;
}
.zyz .art-mask {
  display: none !important;
}
.zyz .breadcrumb {
  margin-bottom: 0;
}
.zyz .auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.zyz .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.zyz .auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .zyz .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.zyz .auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.zyz .table-box {
  font-size: var(--20);
  line-height: 1.16;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: var(--c3);
}
.zyz .table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.zyz .table-box table tr,
.zyz .table-box table td,
.zyz .table-box table th {
  width: auto;
  height: auto;
}
.zyz .table-box table td,
.zyz .table-box table th {
  padding: var(--d16);
  border: 1px solid #DFE5E0;
}
.zyz .table-box table tr:nth-child(2n-1) {
  background-color: #F4FBF5;
}
@media (max-width: 1200px) {
  .zyz .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .zyz .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .zyz .table-box table td,
  .zyz .table-box table th {
    padding: 8px !important;
  }
}
.zyz label {
  width: 100%;
  height: 100%;
}
.zyz .box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.zyz .box-follow iframe[src=''],
.zyz .box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.zyz .box-follow iframe[src=''] + img,
.zyz .box-follow iframe[data-src=''] + img {
  display: block !important;
}
.zyz .tranlanguage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.zyz .tranlanguage p {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .zyz .tranlanguage p {
    font-size: 14px;
  }
}
.zyz .tranlanguage p img {
  width: 24px;
  margin-right: 10px;
}
.zyz .tranlanguage p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #666666 transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.zyz .tranlanguage ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
  padding: 10px 0;
}
.zyz .tranlanguage ul li a {
  display: block;
  padding: 10px 10px;
}
.zyz .tranlanguage ul li a img {
  width: 30px;
  object-fit: cover;
}
.zyz .fancybox-slide--iframe .fancybox-content {
  min-width: 80vw;
  min-height: 80vh;
}
.zyz .swiper-re {
  position: relative !important;
}
.zyz .swiper-action {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  z-index: 10 !important;
}
.zyz .swiper-initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s;
}
.zyz i {
  line-height: 1;
}
.zyz .container {
  padding: 0;
  max-width: 1650px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
:root {
  --p: calc((100vw - 1650px) / 2);
  --g210: 13.125rem;
  --g190: 11.875rem;
  --g168: 10.5rem;
  --g152: 9.5rem;
  --g134: 8.375rem;
  --g104: 6.5rem;
  --g94: 5.875rem;
  --g86: 5.375rem;
  --g80: 5rem;
  --g70: 4.375rem;
  --g64: 4rem;
  --g60: 3.75rem;
  --g55: 3.4375rem;
  --g50: 3.125rem;
  --g48: 3rem;
  --g40: 2.5rem;
  --g32: 2rem;
  --g24: 1.5rem;
  --g20: 1.25rem;
  --g18: 1.125rem;
  --g16: 1rem;
  --g12: 0.75rem;
  --g10: 0.625rem;
  --g8: 0.5rem;
  --r150: 150px;
  --r136: 136px;
  --r130: 130px;
  --r120: 120px;
  --r110: 110px;
  --r100: 100px;
  --r94: 94px;
  --r90: 90px;
  --r85: 85px;
  --r80: 80px;
  --r76: 76px;
  --r72: 72px;
  --r70: 70px;
  --r68: 68px;
  --r64: 64px;
  --r62: 62px;
  --r60: 60px;
  --r58: 58px;
  --r56: 56px;
  --r54: 54px;
  --r52: 52px;
  --r50: 50px;
  --r48: 48px;
  --r46: 46px;
  --r45: 45px;
  --r44: 44px;
  --r42: 42px;
  --r40: 40px;
  --r38: 38px;
  --r36: 36px;
  --r34: 34px;
  --r32: 32px;
  --r30: 30px;
  --d700: 700px;
  --d376: 376px;
  --d357: 357px;
  --d330: 330px;
  --d300: 300px;
  --d286: 286px;
  --d260: 260px;
  --d243: 243px;
  --d225: 225px;
  --d212: 212px;
  --d208: 208px;
  --d200: 200px;
  --d190: 190px;
  --d185: 185px;
  --d183: 183px;
  --d180: 180px;
  --d176: 176px;
  --d170: 170px;
  --d166: 166px;
  --d164: 164px;
  --d162: 162px;
  --d160: 160px;
  --d158: 158px;
  --d155: 155px;
  --d154: 154px;
  --d150: 150px;
  --d147: 147px;
  --d145: 145px;
  --d140: 140px;
  --d138: 138px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d95: 95px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d86: 86px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d65: 65px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d54: 54px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d42: 42px;
  --d40: 40px;
  --d38: 38px;
  --d36: 36px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d19: 19px;
  --d18: 18px;
  --d17: 17px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d13: 13px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --190: 190px;
  --162: 162px;
  --154: 154px;
  --130: 130px;
  --128: 128px;
  --120: 120px;
  --110: 110px;
  --100: 100px;
  --96: 96px;
  --92: 92px;
  --90: 90px;
  --86: 86px;
  --80: 80px;
  --78: 78px;
  --76: 76px;
  --75: 75px;
  --74: 74px;
  --72: 72px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --64: 64px;
  --62: 62px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --54: 54px;
  --52: 52px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --45: 45px;
  --44: 44px;
  --42: 42px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --25: 25px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --19: 19px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
@media (max-width: 1800px) {
  .zyz .container {
    max-width: 1480px;
  }
  :root {
    --p: calc((100vw - 1480px) / 2);
    --g210: 6.125rem;
    --r136: 120px;
    --r130: 110px;
    --r48: 40px;
    --r45: 40px;
    --r44: 40px;
    --92: 65px;
    --90: 65px;
    --70: 60px;
    --68: 60px;
    --36: 35px;
    --24: 20px;
  }
}
@media (max-width: 1600px) {
  .zyz .container {
    max-width: 1260px;
  }
  :root {
    --p: calc((100vw - 1260px) / 2);
    --g210: 4.125rem;
    --g190: 5.8rem;
    --g168: 5.5rem;
    --g134: 4.5rem;
    --g104: 4.5rem;
    --g86: 4.375rem;
    --g70: 3.375rem;
    --r150: 100px;
    --r136: 90px;
    --r130: 90px;
    --r110: 90px;
    --r100: 80px;
    --r94: 80px;
    --r90: 80px;
    --r85: 75px;
    --r76: 70px;
    --r70: 60px;
    --r62: 60px;
    --r64: 60px;
    --r60: 55px;
    --r58: 50px;
    --r56: 50px;
    --r54: 50px;
    --r48: 35px;
    --r45: 35px;
    --r44: 35px;
    --d700: 600px;
    --d376: 300px;
    --d357: 285px;
    --d330: 270px;
    --d300: 250px;
    --d260: 150px;
    --d243: 150px;
    --d225: 150px;
    --d212: 150px;
    --d208: 150px;
    --d200: 120px;
    --d190: 110px;
    --d185: 110px;
    --d183: 110px;
    --d180: 110px;
    --d176: 110px;
    --d170: 110px;
    --d166: 100px;
    --d168: 100px;
    --d162: 100px;
    --d164: 100px;
    --d160: 100px;
    --d158: 100px;
    --d155: 100px;
    --d150: 100px;
    --d154: 100px;
    --d147: 100px;
    --d145: 100px;
    --d140: 90px;
    --d138: 90px;
    --d135: 90px;
    --d130: 90px;
    --d128: 90px;
    --d124: 90px;
    --d120: 90px;
    --d118: 75px;
    --d115: 75px;
    --d110: 70px;
    --d105: 70px;
    --d100: 70px;
    --d96: 70px;
    --d95: 70px;
    --d90: 70px;
    --d88: 65px;
    --d86: 60px;
    --d84: 60px;
    --d80: 60px;
    --d75: 50px;
    --d72: 50px;
    --d70: 50px;
    --d68: 40px;
    --d66: 40px;
    --d64: 40px;
    --d62: 40px;
    --d60: 35px;
    --d58: 35px;
    --d56: 35px;
    --d55: 35px;
    --d54: 35px;
    --d52: 30px;
    --d50: 30px;
    --d46: 30px;
    --d45: 30px;
    --d44: 30px;
    --d42: 30px;
    --d40: 30px;
    --d38: 30px;
    --d34: 24px;
    --d36: 24px;
    --d35: 24px;
    --d32: 24px;
    --d30: 24px;
    --d28: 20px;
    --d24: 15px;
    --d22: 14px;
    --d20: 15px;
    --d18: 10px;
    --d17: 10px;
    --d16: 10px;
    --d12: 8px;
    --190: 100px;
    --130: 100px;
    --128: 100px;
    --120: 100px;
    --110: 70px;
    --100: 70px;
    --96: 70px;
    --90: 30px;
    --86: 65px;
    --80: 65px;
    --76: 65px;
    --75: 65px;
    --74: 65px;
    --72: 65px;
    --70: 52px;
    --68: 52px;
    --66: 60px;
    --64: 54px;
    --62: 52px;
    --60: 50px;
    --58: 48px;
    --56: 45px;
    --54: 42px;
    --52: 42px;
    --50: 38px;
    --48: 38px;
    --46: 36px;
    --45: 36px;
    --44: 36px;
    --42: 36px;
    --40: 36px;
    --38: 34px;
    --36: 30px;
    --34: 30px;
    --32: 30px;
    --30: 28px;
    --28: 26px;
    --26: 22px;
    --24: 20px;
    --20: 18px;
    --19: 18px;
    --18: 16px;
  }
}
@media (max-width: 1400px) {
  .zyz .row {
    --bs-gutter-x: 1rem;
  }
  .zyz .container {
    max-width: 1060px;
  }
  :root {
    --p: calc((100vw - 1060px) / 2);
    --g210: 5.125rem;
    --g190: 3rem;
    --g168: 2.5rem;
    --g134: 2.5rem;
    --g104: 2.5rem;
    --g86: 2.375rem;
    --g80: 3rem;
    --g70: 2.175rem;
    --g60: 2.175rem;
    --g55: 2.175rem;
    --g50: 2rem;
    --g40: 1.5rem;
    --r136: 80px;
    --r130: 80px;
    --r110: 80px;
    --r100: 70px;
    --r94: 68px;
    --r90: 68px;
    --r85: 65px;
    --r76: 60px;
    --r70: 55px;
    --r64: 50px;
    --r62: 50px;
    --r60: 50px;
    --r52: 50px;
    --r50: 45px;
    --r40: 35px;
    --r38: 30px;
    --r30: 24px;
    --d700: 450px;
    --d376: 220px;
    --d357: 205px;
    --d330: 205px;
    --d300: 205px;
    --d260: 100px;
    --d243: 100px;
    --d225: 100px;
    --d212: 100px;
    --d208: 80px;
    --d200: 80px;
    --d190: 80px;
    --d185: 80px;
    --d183: 80px;
    --d180: 80px;
    --d176: 80px;
    --d170: 80px;
    --d168: 75px;
    --d166: 75px;
    --d162: 75px;
    --d164: 75px;
    --d160: 75px;
    --d158: 75px;
    --d155: 75px;
    --d150: 70px;
    --d154: 70px;
    --d147: 70px;
    --d145: 70px;
    --d140: 60px;
    --d138: 60px;
    --d135: 60px;
    --d130: 60px;
    --d128: 60px;
    --d124: 60px;
    --d120: 60px;
    --d118: 60px;
    --d115: 60px;
    --d110: 60px;
    --d100: 60px;
    --d96: 40px;
    --d95: 40px;
    --d93: 40px;
    --d90: 40px;
    --d88: 40px;
    --d86: 40px;
    --d80: 30px;
    --d78: 30px;
    --d72: 30px;
    --d70: 30px;
    --d68: 30px;
    --d65: 30px;
    --d62: 30px;
    --d56: 25px;
    --d55: 25px;
    --d54: 28px;
    --d48: 30px;
    --d42: 30px;
    --d40: 20px;
    --d38: 20px;
    --d36: 20px;
    --d32: 20px;
    --d30: 20px;
    --d28: 20px;
    --d26: 20px;
    --d24: 20px;
    --d25: 20px;
    --d22: 10px;
    --d18: 10px;
    --d16: 10px;
    --d15: 10px;
    --d14: 10px;
    --d12: 10px;
    --190: 80px;
    --160: 80px;
    --130: 80px;
    --128: 80px;
    --120: 70px;
    --100: 60px;
    --96: 60px;
    --92: 60px;
    --90: 30px;
    --86: 55px;
    --76: 50px;
    --75: 50px;
    --74: 50px;
    --72: 50px;
    --70: 50px;
    --68: 46px;
    --66: 50px;
    --65: 50px;
    --64: 46px;
    --62: 46px;
    --60: 45px;
    --58: 38px;
    --56: 38px;
    --54: 38px;
    --52: 38px;
    --50: 38px;
    --50: 36px;
    --48: 30px;
    --46: 30px;
    --45: 30px;
    --44: 30px;
    --42: 30px;
    --40: 30px;
    --38: 30px;
    --36: 28px;
    --34: 28px;
    --32: 24px;
    --30: 24px;
    --28: 20px;
    --24: 20px;
    --22: 18px;
    --20: 16px;
    --19: 16px;
    --17: 15px;
    --16: 14px;
  }
}
@media (max-width: 1200px) {
  .zyz .container {
    max-width: 860px;
  }
  :root {
    --p: calc((100vw - 860px) / 2);
    --g210: 3.125rem;
    --r120: 100px;
    --r60: 40px;
    --r52: 40px;
    --r38: 35px;
    --r36: 30px;
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d300: 150px;
    --d260: 80px;
    --d243: 80px;
    --d225: 80px;
    --d212: 80px;
    --d166: 80px;
    --d90: 55px;
    --d88: 55px;
    --d68: 30px;
    --d64: 30px;
    --d60: 25px;
    --d50: 20px;
    --d46: 20px;
    --d45: 20px;
    --d44: 20px;
    --d42: 20px;
    --d26: 15px;
    --d25: 15px;
    --d19: 15px;
    --d15: 10px;
    --d10: 8px;
    --d8: 4px;
    --190: 60px;
    --120: 50px;
    --96: 55px;
    --92: 55px;
    --90: 30px;
    --86: 45px;
    --76: 45px;
    --75: 45px;
    --74: 45px;
    --72: 45px;
    --70: 45px;
    --68: 45px;
    --66: 40px;
    --64: 38px;
    --62: 36px;
    --54: 32px;
    --52: 32px;
    --48: 30px;
    --38: 25px;
    --34: 25px;
    --32: 25px;
    --26: 20px;
    --25: 18px;
    --24: 18px;
    --22: 20px;
    --18: 16px;
  }
}
@media (max-width: 990px) {
  .zyz .container {
    max-width: 700px;
  }
  :root {
    --p: calc((100vw - 700px) / 2);
    --r120: 80px;
    --r76: 50px;
    --r70: 50px;
    --r58: 46px;
    --r56: 46px;
    --r54: 40px;
    --r50: 35px;
    --d700: 264px;
    --d330: 100px;
    --d300: 100px;
    --d170: 80px;
    --d166: 80px;
    --d158: 70px;
    --d155: 70px;
    --d150: 70px;
    --d147: 65px;
    --d110: 65px;
    --d100: 60px;
    --d105: 40px;
    --d93: 40px;
    --d68: 30px;
    --d58: 28px;
    --d54: 28px;
    --d24: 20px;
    --120: 50px;
    --96: 50px;
    --80: 40px;
    --72: 40px;
    --70: 40px;
    --68: 40px;
    --60: 40px;
    --58: 40px;
    --52: 30px;
    --48: 28px;
    --46: 26px;
    --45: 26px;
    --44: 26px;
    --42: 26px;
    --40: 26px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
}
@media (max-width: 768px) {
  .zyz .container {
    max-width: 90%;
  }
  .zyz .fooder {
    padding-bottom: 52px !important;
  }
  :root {
    --p: 5%;
    --r130: 50px;
    --r64: 45px;
    --r62: 45px;
    --r48: 35px;
    --d357: 85px;
    --d300: 85px;
    --d243: 60px;
    --d225: 60px;
    --d212: 60px;
    --d208: 60px;
    --d200: 60px;
    --d190: 60px;
    --d185: 60px;
    --d183: 60px;
    --d180: 60px;
    --d176: 60px;
    --d170: 60px;
    --d168: 50px;
    --d166: 50px;
    --d162: 50px;
    --d164: 50px;
    --d160: 50px;
    --d158: 50px;
    --d155: 50px;
    --d154: 50px;
    --d150: 50px;
    --d147: 50px;
    --d145: 50px;
    --d138: 40px;
    --d135: 40px;
    --d130: 40px;
    --d128: 40px;
    --d124: 40px;
    --d120: 40px;
    --d118: 40px;
    --d110: 40px;
    --d105: 40px;
    --d100: 40px;
    --d90: 40px;
    --d88: 40px;
    --d84: 40px;
    --d75: 40px;
    --d65: 25px;
    --d54: 20px;
    --d52: 20px;
    --d42: 20px;
    --d30: 18px;
    --d24: 15px;
    --d22: 8px;
    --d20: 8px;
    --d18: 8px;
    --d17: 8px;
    --120: 40px;
    --96: 38px;
    --80: 38px;
    --76: 38px;
    --75: 38px;
    --74: 37px;
    --72: 36px;
    --70: 36px;
    --68: 36px;
    --66: 36px;
    --64: 36px;
    --62: 36px;
    --60: 34px;
    --58: 32px;
    --56: 30px;
    --54: 28px;
    --52: 28px;
    --50: 28px;
    --38: 28px;
    --36: 24px;
    --32: 20px;
    --30: 20px;
    --22: 18px;
    --18: 14px;
    --15: 14px;
    --14: 12px;
  }
}
@media (max-width: 576px) {
  :root {
    --r120: 70px;
    --r46: 30px;
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d243: 50px;
    --d225: 50px;
    --d212: 50px;
    --d208: 30px;
    --d200: 30px;
    --d190: 30px;
    --d185: 30px;
    --d183: 30px;
    --d180: 30px;
    --d176: 30px;
    --d170: 30px;
    --d166: 30px;
    --d168: 30px;
    --d162: 30px;
    --d164: 30px;
    --d160: 30px;
    --d158: 30px;
    --d155: 30px;
    --d154: 30px;
    --d150: 30px;
    --d147: 30px;
    --d145: 30px;
    --d140: 30px;
    --d138: 30px;
    --d135: 30px;
    --d130: 30px;
    --d128: 30px;
    --d124: 30px;
    --d120: 30px;
    --d118: 30px;
    --d115: 30px;
    --d110: 30px;
    --d105: 30px;
    --d100: 30px;
    --d90: 30px;
    --d88: 30px;
    --d80: 30px;
    --d75: 30px;
    --d72: 30px;
    --d70: 30px;
    --d64: 20px;
    --d50: 20px;
    --d48: 20px;
    --d44: 15px;
    --d42: 15px;
    --d40: 15px;
    --d38: 15px;
    --d36: 15px;
    --d34: 15px;
    --d32: 15px;
    --d30: 15px;
    --d16: 8px;
    --d15: 8px;
    --130: 50px;
    --128: 50px;
    --120: 35px;
    --110: 50px;
    --96: 35px;
    --92: 35px;
    --90: 35px;
    --80: 30px;
    --76: 28px;
    --75: 28px;
    --74: 28px;
    --72: 28px;
    --70: 28px;
    --68: 28px;
    --66: 28px;
    --65: 28px;
    --64: 28px;
    --62: 28px;
    --60: 28px;
    --48: 26px;
    --46: 26px;
    --44: 24px;
    --40: 24px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
    --15: 14px;
  }
}
.zyz .type {
  color: #141B2D;
  font-size: var(--16);
  font-weight: 500;
  line-height: 1.06;
}
.zyz .type span {
  margin: 0 var(--d16);
  color: #1009B6;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  letter-spacing: -0.03em;
}
.zyz .title {
  font-size: var(--50);
  line-height: calc(60 / 50);
  letter-spacing: -0.03em;
  color: #141B2D;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
}
.zyz .text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #7B7E81;
}
.zyz .pro {
  position: relative;
}
.zyz .top {
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 150px;
  transform: translateY(-100%);
  left: 0;
}
.zyz .swiper .swiper-wrapper {
  align-items: stretch;
}
.zyz .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.zyz .my-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zyz .my-pagination .swiper-pagination-bullet {
  margin: 0 var(--d10) !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 var(--d15);
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
  opacity: 1;
}
.zyz .my-pagination .swiper-pagination-bullet-active {
  border: 4px solid #000;
  background: var(--c);
}
.zyz .con-but {
  display: flex;
}
.zyz .con-but .con-but2 {
  padding: var(--d14) var(--d36);
  background-color: #141B2D;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.zyz .con-but .con-but2 i {
  margin-left: var(--d10);
  font-size: var(--17);
}
.zyz .con-but .con-but2:hover {
  background-color: #1009B6;
}
.zyz .con-but .con-but2:hover::before {
  animation: style1 0.75s;
  z-index: 1;
}
.zyz .con-but .con-but2::before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  100% {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.zyz .swiper-but {
  width: var(--r40);
  height: var(--r40);
  min-width: var(--r40);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: #141B2D;
  cursor: pointer;
  color: #fff;
}
.zyz .swiper-but i {
  font-size: var(--16);
}
.zyz .swiper-but:hover {
  background-color: #1009B6;
}
.zyz .swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zyz .swiper-butbox .swiper-but:first-child {
  margin-right: var(--d10);
}
.zyz .z-about {
  padding: var(--d130) 0 var(--d90);
}
.zyz .z-about .z-about-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--d64);
  border-bottom: 1px solid #D9D9D9;
}
.zyz .z-about .z-about-box .z-about-left {
  width: calc(840 / 1650 * 100%);
}
.zyz .z-about .z-about-box .z-about-left .type {
  margin-bottom: var(--d16);
}
.zyz .z-about .z-about-box .z-about-left .z-about-title {
  margin-bottom: var(--d42);
}
.zyz .z-about .z-about-box .z-about-right {
  width: calc(810 / 1650 * 100%);
}
.zyz .z-about .z-about-list .z-about-list2 .z-about-list3 {
  padding: var(--d68) 0 var(--d62);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.zyz .z-about .z-about-list .z-about-list2 .z-about-list3 .num {
  font-size: var(--40);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: #141B2D;
  font-weight: 600;
}
.zyz .z-about .z-about-list .z-about-list2 .z-about-list3 .z-about-list-title {
  margin-left: var(--d16);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #7B7E81;
  width: 223px;
  max-width: 100%;
}
.zyz .z-about .z-video {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: var(--d52);
}
.zyz .z-about .z-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .z-about .z-video .z-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: var(--r100);
  height: var(--r100);
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.48);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.zyz .z-about .z-video .z-video-icon i {
  font-size: var(--40);
  transform: translateX(5px);
}
.zyz .z-about .z-video .video-namebox {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: var(--d30);
  border-radius: 6px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(20, 27, 45, 0.42);
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zyz .z-about .z-video .video-namebox .video-name-title {
  width: 184px;
  margin-right: var(--d20);
  font-size: var(--16);
  color: #fff;
  line-height: 1.16;
}
.zyz .z-about .z-video .video-namebox .video-name-title span {
  font-weight: 600;
}
.zyz .z-about .z-video .video-namebox .video-name-img {
  width: 150px;
}
.zyz .z-about .z-video .video-namebox .video-name-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .z-history {
  padding: var(--d130) 0;
  overflow: hidden;
}
.zyz .z-history .type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zyz .z-history .type span {
  color: #7B7E81;
}
.zyz .z-history .z-history-title {
  text-align: center;
  margin-bottom: var(--d56);
}
.zyz .z-history .z-history-swbox {
  position: relative;
}
.zyz .z-history .z-history-swbox .swiper-but {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}
.zyz .z-history .z-history-swbox .z-history-prev {
  left: var(--d95);
}
.zyz .z-history .z-history-swbox .z-history-next {
  right: var(--d95);
}
.zyz .z-history .z-history-swbox::after {
  width: 100%;
  height: 1px;
  background-color: #1009B6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  z-index: 1;
}
.zyz .z-history .z-history-swbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 60px;
  background-color: #F5F5F5;
  content: '';
}
.zyz .z-history .z-history-swbox .z-history-swiper {
  height: 100%;
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide {
  position: relative;
  height: 100%;
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide::after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #1009B6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide:nth-child(2n) .history-conbox {
  position: absolute;
  width: 200%;
  bottom: 0;
  left: 0;
  padding-top: var(--d50);
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide:nth-child(2n - 1) .history-conbox {
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  padding-bottom: var(--d50);
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox {
  padding-left: var(--d24);
  padding-right: var(--d45);
  min-height: 300px;
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox::after {
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1009B6;
  position: absolute;
  content: '';
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox .history-date {
  font-size: var(--24);
  line-height: calc(32 / 24);
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  color: #141B2D;
  margin-bottom: var(--d10);
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox .history-text {
  font-size: var(--16);
  line-height: 1.5;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  color: #7B7E81;
  margin-bottom: var(--d20);
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox .history-swimg {
  width: 300px;
  max-width: 100%;
}
.zyz .z-history .z-history-swbox .z-history-swiper .swiper-slide .history-conbox .history-swimg .img-box {
  padding-bottom: calc(140 / 300 * 100%);
  border-radius: 6px;
}
.zyz .zorganize {
  padding-top: var(--d100);
  padding-bottom: var(--d130);
}
.zyz .zorganize img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .zorganize img.lazy {
  background: unset;
}
.zyz .zcomposition {
  padding: var(--d130) 0;
}
.zyz .zcomposition .zcomposition-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.zyz .zcomposition .zcomposition-text {
  text-align: center;
  margin-bottom: var(--d56);
}
.zyz .zcomposition .zcomposition-box {
  display: flex;
  justify-content: space-between;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left {
  width: calc(895 / 1650 * 100%);
  padding-right: var(--d56);
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 {
  padding-bottom: var(--d24);
  margin-bottom: var(--d24);
  border-bottom: 1px solid #D9D9D9;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2:last-child {
  margin-bottom: 0;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 {
  display: flex;
  justify-content: space-between;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3:hover .zcomposition-icon {
  color: #1009B6;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-icon {
  width: var(--30);
  color: #B9B9B9;
  transition: all 0.5s;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-icon i {
  font-size: var(--30);
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-textbox {
  width: calc(100% - var(--30));
  padding-left: var(--d40);
  display: flex;
  justify-content: space-between;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-title {
  width: calc(100% - 450px);
  font-size: var(--22);
  line-height: calc(30 / 22);
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  color: #141B2D;
}
.zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-text {
  width: 450px;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
}
.zyz .zcomposition .zcomposition-box .zcomposition-right {
  width: calc(755 / 1650 * 100%);
}
.zyz .zcomposition .zcomposition-box .zcomposition-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .zcultural {
  background-color: #F7F7F7;
  padding: var(--d100) 0;
}
.zyz .zcultural .zcultural-title {
  text-align: center;
  margin-bottom: var(--d16);
}
.zyz .zcultural .zcultural-text {
  font-size: var(--24);
  line-height: 1;
  text-align: center;
  margin-bottom: var(--d16);
}
.zyz .zcultural .zcultural-text2 {
  width: 1092px;
  max-width: 100%;
  text-align: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #7B7E81;
  margin: 0 auto var(--d56);
}
.zyz .zcultural .img-box {
  padding-bottom: calc(560 / 780 * 100%);
  cursor: pointer;
}
.zyz .zcultural .img-box:hover img {
  transform: scale(1.1);
}
.zyz .zcultural .zcultural-swiper {
  margin-bottom: var(--d56);
}
.zyz .clarify {
  padding: var(--d130) 0;
}
.zyz .clarify .clarify-title {
  width: 1046px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto var(--d56);
}
.zyz .clarify .clarify-list {
  margin-bottom: calc(-1 * var(--d30));
}
.zyz .clarify .clarify-list .clarify-list2 {
  margin-bottom: var(--d30);
}
.zyz .clarify .clarify-list .clarify-list2 .clarify-list3 {
  cursor: pointer;
}
.zyz .clarify .clarify-list .clarify-list2 .clarify-list3:hover .img-box img {
  transform: scale(1.1);
}
.zyz .clarify .clarify-list .clarify-list2 .clarify-list3 .img-box {
  padding-bottom: calc(760 / 1060 * 100%);
}
.zyz .clarify .clarify-list .clarify-list2 .clarify-list3 .clarify-list-title {
  margin-top: var(--d24);
  text-align: center;
  line-height: calc(32 / 22);
  font-size: var(--22);
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  color: #141B2D;
}
.zyz .nnovation {
  padding: var(--d100) 0;
  background-color: #F7F7F7;
}
.zyz .nnovation .nnovation-title {
  text-align: center;
  margin-bottom: var(--d56);
}
.zyz .nnovation .nnovation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zyz .nnovation .nnovation-box .nnovation-left {
  width: calc(810 / 1650 * 100%);
}
.zyz .nnovation .nnovation-box .nnovation-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .nnovation .nnovation-box .nnovation-right {
  width: calc(840 / 1650 * 100%);
  padding-left: var(--d30);
}
.zyz .nnovation .nnovation-box .nnovation-right ul {
  padding-left: 15px;
}
.zyz .nnovation .nnovation-box .nnovation-right ul li {
  list-style: disc;
  margin-bottom: var(--d32);
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #666666;
}
.zyz .nnovation .nnovation-box .nnovation-right ul li:last-child {
  margin-bottom: 0;
}
.zyz .establish {
  padding: var(--d130) 0;
}
.zyz .establish .establish-title {
  width: 810px;
  max-width: 100%;
  margin: 0 auto var(--d72);
  text-align: center;
}
.zyz .establish .establish-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-bottom: 160px;
}
.zyz .establish .establish-box .establish-box2 {
  width: 325px;
  position: relative;
}
.zyz .establish .establish-box .establish-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .establish .establish-box .establish-box2 .establish-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: var(--24);
  line-height: calc(32 / 24);
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'Microsoft YaHei UI', sans-serif;
  color: #1009B6;
}
.zyz .establish .establish-box .establish-box2 .establish-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 {
  position: absolute;
  width: calc(576 / 325 * 100%);
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox .establish-list-title {
  font-size: var(--22);
  line-height: calc(32 / 22);
  font-weight: 500;
  margin-bottom: var(--d10);
  color: #141B2D;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox1 {
  left: 10%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox2 {
  right: 10%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox2 .establish-list-title {
  text-align: right;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox2 .establish-list-text {
  text-align: right;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox {
  position: absolute;
  width: 22.5%;
  top: 0;
  left: -17%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox i {
  font-size: var(--40);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1009B6;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox2 {
  position: absolute;
  width: 22.5%;
  top: 0;
  right: -17%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox2 i {
  font-size: var(--40);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1009B6;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con1 {
  left: -143%;
  top: -40%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con2 {
  right: -143%;
  top: -40%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con3 {
  left: -177%;
  top: 31%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con4 {
  right: -177%;
  top: 31%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con5 {
  left: -143%;
  top: 100%;
}
.zyz .establish .establish-box .establish-box2 .establish-list .establish-con6 {
  right: -143%;
  top: 100%;
}
.zyz .case {
  padding: var(--d100) 0 var(--d130);
}
.zyz .case .case-list {
  margin-bottom: var(--d60);
}
.zyz .case .case-list .case-list2 {
  margin-bottom: var(--d30);
}
.zyz .case .case-list .case-list2:last-child {
  margin-bottom: 0;
}
.zyz .case .case-list .case-list2 .case-list3 {
  padding: var(--d20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zyz .case .case-list .case-list2 .case-list3:hover .img-box img {
  transform: scale(1.1);
}
.zyz .case .case-list .case-list2 .case-list3:hover .case-textbox .case-list-title h3 {
  color: #1009B6;
}
.zyz .case .case-list .case-list2 .case-list3:hover .case-textbox .con-but2 {
  background-color: #1009B6 !important;
}
.zyz .case .case-list .case-list2 .case-list3 .case-imgbox {
  width: calc(510 / 1610 * 100%);
  border-radius: 6px;
  overflow: hidden;
}
.zyz .case .case-list .case-list2 .case-list3 .case-imgbox .img-box {
  padding-bottom: calc(300 / 510 * 100%);
}
.zyz .case .case-list .case-list2 .case-list3 .case-textbox {
  width: calc(1100 / 1610 * 100%);
  padding-left: var(--d30);
}
.zyz .case .case-list .case-list2 .case-list3 .case-textbox .case-num {
  font-size: var(--24);
  line-height: calc(32 / 24);
  color: #1009B6;
  font-style: italic;
  margin-bottom: var(--d32);
}
.zyz .case .case-list .case-list2 .case-list3 .case-textbox .case-list-title {
  margin-bottom: var(--d16);
}
.zyz .case .case-list .case-list2 .case-list3 .case-textbox .case-list-title h3 {
  line-height: calc(32 / 24 * 100%);
  font-weight: 600;
  color: #141B2D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.zyz .case .case-list .case-list2 .case-list3 .case-textbox .case-list-text {
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #7B7E81;
  margin-bottom: var(--d40);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .zyz .establish .establish-box .establish-box2 {
    width: 265px;
  }
}
@media (max-width: 1600px) {
  .zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-text {
    width: 340px;
  }
  .zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-title {
    width: calc(100% - 340px);
  }
}
@media (max-width: 1400px) {
  .zyz .establish .establish-box .establish-box2 {
    width: 225px;
  }
}
@media (max-width: 1200px) {
  .zyz .nnovation .nnovation-box .nnovation-right,
  .zyz .case .case-list .case-list2 .case-list3 .case-imgbox {
    width: 100%;
  }
  .zyz .nnovation .nnovation-box,
  .zyz .case .case-list .case-list2 .case-list3,
  .zyz .z-about .z-about-box {
    flex-direction: column;
  }
  .zyz .case .case-list .case-list2 .case-list3 .case-textbox {
    width: 100%;
    margin-top: var(--d30);
    padding: 0;
  }
  .zyz .nnovation .nnovation-box .nnovation-left,
  .zyz .z-about .z-about-box .z-about-left {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .zyz .z-about .z-about-box .z-about-right {
    width: 100%;
  }
  .zyz .establish .establish-box .establish-box2 .establish-box-title {
    display: none;
  }
  .zyz .establish .establish-box .establish-box2 {
    width: 100%;
  }
  .zyz .establish .establish-box .establish-box2 > img {
    display: none;
  }
  .zyz .zcomposition .zcomposition-box {
    flex-direction: column-reverse;
  }
  .zyz .zcomposition .zcomposition-box .zcomposition-right {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .zyz .zcomposition .zcomposition-box .zcomposition-left {
    width: 100%;
    padding: 0;
  }
  .zyz .establish .establish-box {
    margin: var(--d40) 0;
  }
  .zyz .establish .establish-box .establish-box2 .establish-list {
    position: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 {
    position: relative;
    left: 0;
    top: 0;
    width: 60%;
    margin-bottom: var(--d30);
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 > img {
    display: none;
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox .establish-list-title,
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox2 .establish-list-title {
    text-align: center;
    margin-top: var(--d40);
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox2,
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-iconbox {
    position: relative;
    left: 0;
    top: 0;
    width: 100px;
  }
  .zyz .establish .establish-box .establish-box2 .establish-list .establish-list2 .establish-list-textbox {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
  }
  .zyz .establish-list-text {
    text-align: center !important;
  }
  .zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-textbox {
    flex-direction: column;
  }
  .zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-title,
  .zyz .zcomposition .zcomposition-box .zcomposition-left .zcomposition-list .zcomposition-list2 .zcomposition-list3 .zcomposition-list-text {
    width: 100%;
  }
}
