@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}


html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
font-family: "Poppins", sans-serif;
  resize: none;
  outline: none;
}


img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  margin-bottom: 30px;
  text-align: center;
}

.index-title .h2 {
  margin-bottom: 15px;
  padding: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.index-title .text {
  color: #666;
  line-height: 1.7;
  text-align: center;
}

/* =========================================================
   Global Typography
   Desktop maximum:
   H1: 48px | H2: 45px | H3: 18px | H4-H6: 16px
   Body text: 16px
   ========================================================= */
p,
span,
div,
a,
li,
button,
input,
textarea,
select,
label {
  font-size: inherit;
}

p {
  color: #666;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
}

h2,
.index-title .h2,
.zxy-about-heading,
.zxy-choose-heading,
.zxy-global-heading,
.zxy-partner-title h2,
.zxy-contact-title {
  font-size: 45px;
}

h3 {
  font-size: 18px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}

.danhang-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.duohang-text {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1400px) {
  .warp-mb {
    width: 1170px;
  }

  h1 {
    font-size: 44px;
  }

  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 42px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }

  h1 {
    font-size: 40px;
  }

  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 38px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  h1 {
    font-size: 36px;
  }

  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 34px;
  }

  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  h1 {
    font-size: 32px;
  }

  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 30px;
  }

  h3 {
    font-size: 16px;
  }

  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  h1,
  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  h1,
  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 26px;
  }

  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  h1,
  h2,
  .index-title .h2,
  .zxy-about-heading,
  .zxy-choose-heading,
  .zxy-global-heading,
  .zxy-partner-title h2,
  .zxy-contact-title {
    font-size: 24px;
  }
}
/*--*/
/*header*/
/* header */
.zxy-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}

.zxy-site-header .zxy-header-inner {
  position: relative;
  width: 91.43%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* header top */
.zxy-site-header .zxy-header-top {
  width: 100%;
  height: 50px;
  background-color: #292929;
}

.zxy-site-header .zxy-header-top .warp-mb {
  height: 100%;
}

.zxy-site-header .zxy-top-btn {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 128px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  border: 1px solid #0645b5;
  background-color: #0645b5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.zxy-site-header .zxy-top-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 42%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-22deg);
  transition: left 0.6s ease;
}

.zxy-site-header .zxy-top-btn:hover {
  color: #0645b5;
  border-color: #fff;
  background-color: #fff;
  transform: translateY(-2px);
}

.zxy-site-header .zxy-top-btn:hover::before {
  left: 135%;
}

.zxy-site-header .zxy-top-contact {
  height: 100%;
  display: flex;
  align-items: center;
}

.zxy-site-header .zxy-top-contact-item {
  position: relative;
  min-height: 24px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition: color 0.35s ease;
}

.zxy-site-header .zxy-top-contact-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.zxy-site-header .zxy-top-phone::before {
  background-image: url("../images/icon1.png");
}

.zxy-site-header .zxy-top-email {
  margin-left: 30px;
  padding-left: 61px;
}

.zxy-site-header .zxy-top-email::before {
  left: 31px;
  background-image: url("../images/icon2.png");
}

.zxy-site-header .zxy-top-email::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-50%);
}

.zxy-site-header .zxy-top-contact-item:hover {
  color: #e3202d;
}

/* header main */
.zxy-site-header .zxy-header-main {
  width: 100%;
  height: 138px;
  border-bottom: 1px solid #111;
  background-color: #fff;
}

.zxy-site-header .zxy-header-main .warp-mb {
  height: 100%;
}

.zxy-site-header .zxy-header-logo {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 5;
  width: 296px;
  display: block;
}

.zxy-site-header .zxy-header-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.zxy-site-header .zxy-header-tools {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 6;
  display: flex;
  align-items: center;
}

.zxy-site-header .zxy-header-slogan {
  display: flex;
  align-items: center;
}

.zxy-site-header .zxy-header-slogan img {
  width: 36px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.zxy-site-header .zxy-header-slogan span {
  margin-left: 6px;
  color: #151515;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
}

.zxy-site-header .zxy-header-search {
  position: relative;
  width: 220px;
  height: 34px;
  margin-left: 30px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

.zxy-site-header .zxy-header-search-input {
  width: 100%;
  height: 32px;
  display: block;
  padding: 0 45px 0 12px;
  color: #333;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 32px;
}

.zxy-site-header .zxy-header-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.zxy-site-header .zxy-header-search-button::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 11px;
  height: 11px;
  border: 2px solid #14213a;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

.zxy-site-header .zxy-header-search-button::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  width: 7px;
  height: 2px;
  background-color: #14213a;
  transform: rotate(45deg);
  transform-origin: left center;
  transition: background-color 0.3s ease;
}

.zxy-site-header .zxy-header-search-button:hover::before {
  border-color: #0645b5;
}

.zxy-site-header .zxy-header-search-button:hover::after {
  background-color: #0645b5;
}

/* desktop menu */
.zxy-site-header .zxy-main-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 803px;
  height: 54px;
}

.zxy-site-header .zxy-nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.zxy-site-header .zxy-nav-list > li {
  position: relative;
  height: 54px;
  flex: 1;
  background-color: #050505;
}

.zxy-site-header .zxy-nav-list > li:first-child {
  flex: 1.12;
  padding-left: 25px;
  background-color: transparent;
}

.zxy-site-header .zxy-nav-list > li:first-child::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #050505;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  transition: background-color 0.35s ease;
}

.zxy-site-header .zxy-nav-list > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.zxy-site-header .zxy-nav-list > li > a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transition:
    color 0.35s ease,
    background-color 0.35s ease;
}

.zxy-site-header .zxy-nav-list > li:first-child > a {
  padding-left: 20px;
}

.zxy-site-header .zxy-nav-list > li:hover,
.zxy-site-header .zxy-nav-list > li.current-menu-item,
.zxy-site-header .zxy-nav-list > li.current-menu-ancestor,
.zxy-site-header .zxy-nav-list > li.current-menu-parent {
  background-color: #0645b5;
}

.zxy-site-header .zxy-nav-list > li:first-child:hover,
.zxy-site-header .zxy-nav-list > li:first-child.current-menu-item,
.zxy-site-header .zxy-nav-list > li:first-child.current-menu-ancestor,
.zxy-site-header .zxy-nav-list > li:first-child.current-menu-parent {
  background-color: transparent;
}

.zxy-site-header .zxy-nav-list > li:first-child:hover::before,
.zxy-site-header
  .zxy-nav-list
  > li:first-child.current-menu-item::before,
.zxy-site-header
  .zxy-nav-list
  > li:first-child.current-menu-ancestor::before,
.zxy-site-header
  .zxy-nav-list
  > li:first-child.current-menu-parent::before {
  background-color: #0645b5;
}

/* submenu */
.zxy-site-header .zxy-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: 245px;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  background-color: #111;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.zxy-site-header .zxy-nav-list .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background-color: #0645b5;
}

.zxy-site-header .zxy-nav-list .sub-menu li {
  position: relative;
  width: 100%;
}

.zxy-site-header .zxy-nav-list .sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.zxy-site-header .zxy-nav-list .sub-menu li a {
  position: relative;
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 9px 35px 9px 20px;
  color: #e7e7e7;
  font-size: 14px;
  line-height: 1.55;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease,
    background-color 0.3s ease;
}

.zxy-site-header .zxy-nav-list .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 4px;
  height: 4px;
  opacity: 0;
  background-color: #0645b5;
  transform: translateY(-50%);
  transition:
    opacity 0.3s ease,
    left 0.3s ease;
}

.zxy-site-header .zxy-nav-list .sub-menu li:hover > a,
.zxy-site-header .zxy-nav-list .sub-menu li.current-menu-item > a {
  color: #fff;
  background-color: #0645b5;
  padding-left: 27px;
}

.zxy-site-header .zxy-nav-list .sub-menu li:hover > a::before,
.zxy-site-header
  .zxy-nav-list
  .sub-menu
  li.current-menu-item
  > a::before {
  left: 14px;
  opacity: 1;
  background-color: #fff;
}

.zxy-site-header .zxy-nav-list .sub-menu .sub-menu {
  top: -8px;
  left: 100%;
}

.zxy-site-header
  .zxy-nav-list
  li:hover
  > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zxy-site-header .zxy-nav-list .sub-menu li:hover > .sub-menu {
  transform: translateY(0);
}

.zxy-site-header .zxy-menu-toggle,
.zxy-site-header .zxy-submenu-toggle {
  display: none;
}

/* 1600 */
@media screen and (max-width: 1600px) {
  .zxy-site-header .zxy-top-btn {
    left: 0;
  }

  .zxy-site-header .zxy-top-contact {
    margin-left: 150px;
  }
}

/* 1400 */
@media screen and (max-width: 1400px) {
  .zxy-site-header .zxy-header-inner {
    width: 100%;
  }

  .zxy-site-header .zxy-header-logo {
    width: 265px;
  }

  .zxy-site-header .zxy-main-nav {
    width: 760px;
  }

  .zxy-site-header .zxy-nav-list > li > a {
    font-size: 16px;
  }

  .zxy-site-header .zxy-header-search {
    width: 205px;
    margin-left: 24px;
  }

  .zxy-site-header .zxy-header-slogan span {
    font-size: 15px;
  }
}

/* 1200 */
@media screen and (max-width: 1200px) {
  .zxy-site-header .zxy-header-main {
    height: 128px;
  }

  .zxy-site-header .zxy-header-logo {
    top: 42px;
    width: 230px;
  }

  .zxy-site-header .zxy-header-tools {
    top: 17px;
  }

  .zxy-site-header .zxy-header-slogan img {
    width: 31px;
  }

  .zxy-site-header .zxy-header-slogan span {
    font-size: 14px;
  }

  .zxy-site-header .zxy-header-search {
    width: 180px;
    margin-left: 18px;
  }

  .zxy-site-header .zxy-main-nav {
    width: 680px;
    height: 52px;
  }

  .zxy-site-header .zxy-nav-list > li,
  .zxy-site-header .zxy-nav-list > li > a {
    height: 52px;
  }

  .zxy-site-header .zxy-nav-list > li > a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
  }
}

/* mobile header */
@media screen and (max-width: 992px) {
  body.zxy-menu-lock {
    overflow: hidden;
  }

  .zxy-site-header .zxy-header-top {
    height: 44px;
  }

  .zxy-site-header .zxy-top-btn {
    top: 6px;
    width: 112px;
    height: 32px;
    font-size: 13px;
  }

  .zxy-site-header .zxy-top-contact {
    margin-left: 130px;
  }

  .zxy-site-header .zxy-top-contact-item {
    padding-left: 25px;
    font-size: 14px;
  }

  .zxy-site-header .zxy-top-contact-item::before {
    width: 18px;
    height: 18px;
  }

  .zxy-site-header .zxy-top-email {
    margin-left: 20px;
    padding-left: 46px;
  }

  .zxy-site-header .zxy-top-email::before {
    left: 24px;
  }

  .zxy-site-header .zxy-header-main {
    height: 80px;
  }

  .zxy-site-header .zxy-header-main .zxy-header-inner {
    display: flex;
    align-items: center;
  }

  .zxy-site-header .zxy-header-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 210px;
  }

  .zxy-site-header .zxy-header-tools {
    top: 23px;
    right: 70px;
  }

  .zxy-site-header .zxy-header-slogan {
    display: none;
  }

  .zxy-site-header .zxy-header-search {
    width: 180px;
    margin-left: 0;
  }

  .zxy-site-header .zxy-menu-toggle {
    position: absolute;
    top: 22px;
    right: 0;
    width: 38px;
    height: 36px;
    display: block;
    padding: 7px 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .zxy-site-header .zxy-menu-toggle span {
    width: 28px;
    height: 2px;
    display: block;
    background-color: #151515;
    transition:
      transform 0.35s ease,
      opacity 0.35s ease,
      margin-top 0.35s ease;
  }

  .zxy-site-header .zxy-menu-toggle span + span {
    margin-top: 7px;
  }

  .zxy-site-header
    .zxy-menu-toggle.zxy-menu-toggle-active
    span:nth-child(1) {
    margin-top: 8px;
    transform: rotate(45deg);
  }

  .zxy-site-header
    .zxy-menu-toggle.zxy-menu-toggle-active
    span:nth-child(2) {
    opacity: 0;
  }

  .zxy-site-header
    .zxy-menu-toggle.zxy-menu-toggle-active
    span:nth-child(3) {
    margin-top: -11px;
    transform: rotate(-45deg);
  }

  .zxy-site-header .zxy-main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
    overflow-y: auto;
    max-height: 78vh;
    background-color: #0b0b0b;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  }

  .zxy-site-header .zxy-main-nav.zxy-main-nav-open {
    display: block;
  }

  .zxy-site-header .zxy-nav-list {
    width: 100%;
    height: auto;
    display: block;
  }

  .zxy-site-header .zxy-nav-list > li,
  .zxy-site-header .zxy-nav-list > li:first-child {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background-color: #0b0b0b;
  }

  .zxy-site-header .zxy-nav-list > li:first-child::before {
    display: none;
  }

  .zxy-site-header .zxy-nav-list > li > a,
  .zxy-site-header .zxy-nav-list > li:first-child > a {
    width: 100%;
    height: auto;
    min-height: 52px;
    justify-content: flex-start;
    padding: 13px 55px 13px 22px;
    font-size: 15px;
    text-align: left;
  }

  .zxy-site-header .zxy-nav-list > li:hover,
  .zxy-site-header .zxy-nav-list > li.current-menu-item,
  .zxy-site-header .zxy-nav-list > li.current-menu-ancestor,
  .zxy-site-header .zxy-nav-list > li.current-menu-parent {
    background-color: #0645b5;
  }

  .zxy-site-header .zxy-submenu-toggle {
    position: absolute;
    top: 6px;
    right: 8px;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }

  .zxy-site-header .zxy-submenu-toggle::before,
  .zxy-site-header .zxy-submenu-toggle::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 13px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease;
  }

  .zxy-site-header .zxy-submenu-toggle::after {
    transform: rotate(90deg);
  }

  .zxy-site-header
    .zxy-submenu-toggle.zxy-submenu-toggle-active::after {
    transform: rotate(0);
  }

  .zxy-site-header .zxy-nav-list .sub-menu,
  .zxy-site-header .zxy-nav-list .sub-menu .sub-menu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
    visibility: visible;
    background-color: #191919;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .zxy-site-header .zxy-nav-list .sub-menu::before {
    display: none;
  }

  .zxy-site-header
    .zxy-nav-list
    li.zxy-submenu-open
    > .sub-menu {
    display: block;
  }

  .zxy-site-header .zxy-nav-list .sub-menu li a {
    min-height: 46px;
    padding: 11px 55px 11px 38px;
    font-size: 14px;
  }

  .zxy-site-header .zxy-nav-list .sub-menu .sub-menu li a {
    padding-left: 56px;
    background-color: #222;
  }

  .zxy-site-header .zxy-nav-list .sub-menu li:hover > a,
  .zxy-site-header
    .zxy-nav-list
    .sub-menu
    li.current-menu-item
    > a {
    padding-left: 44px;
  }

  .zxy-site-header
    .zxy-nav-list
    .sub-menu
    .sub-menu
    li:hover
    > a {
    padding-left: 62px;
  }
}

/* 768 */
@media screen and (max-width: 768px) {
  .zxy-site-header .zxy-top-contact-item {
    font-size: 13px;
  }

  .zxy-site-header .zxy-top-email {
    margin-left: 15px;
    padding-left: 40px;
  }

  .zxy-site-header .zxy-top-email::before {
    left: 20px;
  }

  .zxy-site-header .zxy-header-logo {
    width: 195px;
  }

  .zxy-site-header .zxy-header-tools {
    right: 62px;
  }

  .zxy-site-header .zxy-header-search {
    width: 155px;
  }
}

/* 576 */
@media screen and (max-width: 576px) {
  .zxy-site-header .zxy-header-top {
    height: 42px;
  }

  .zxy-site-header .zxy-top-btn {
    top: 6px;
    width: 100px;
    height: 30px;
    font-size: 12px;
  }

  .zxy-site-header .zxy-top-contact {
    margin-left: 113px;
  }

  .zxy-site-header .zxy-top-email {
    display: none;
  }

  .zxy-site-header .zxy-header-main {
    height: 72px;
  }

  .zxy-site-header .zxy-header-logo {
    width: 180px;
  }

  .zxy-site-header .zxy-header-tools {
    display: none;
  }

  .zxy-site-header .zxy-menu-toggle {
    top: 18px;
  }
}

/* 380 */
@media screen and (max-width: 380px) {
  .zxy-site-header .zxy-top-btn {
    width: 92px;
  }

  .zxy-site-header .zxy-top-contact {
    margin-left: 102px;
  }

  .zxy-site-header .zxy-top-contact-item {
    padding-left: 22px;
    font-size: 12px;
  }

  .zxy-site-header .zxy-top-contact-item::before {
    width: 16px;
    height: 16px;
  }

  .zxy-site-header .zxy-header-logo {
    width: 165px;
  }

  .zxy-site-header .zxy-nav-list > li > a,
  .zxy-site-header .zxy-nav-list > li:first-child > a {
    padding-left: 18px;
  }
}

/* 320 */
@media screen and (max-width: 320px) {
  .zxy-site-header .zxy-top-btn {
    width: 86px;
    font-size: 12px;
  }

  .zxy-site-header .zxy-top-contact {
    margin-left: 94px;
  }

  .zxy-site-header .zxy-top-contact-item {
    font-size: 12px;
  }

  .zxy-site-header .zxy-header-logo {
    width: 150px;
  }

  .zxy-site-header .zxy-menu-toggle {
    right: -2px;
  }
}
/* header */
/*header*/
/* index */






/* index-banner */
.index-banner {
  position: relative;
  width: 100%;
  height: 76vh;
  min-height: 680px;
  overflow: hidden;
  background-color: #000;
}

.index-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  pointer-events: none;
}

.index-banner > video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.index-banner .warp-mb {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-banner .banner-box {
  width: 100%;
  text-align: center;
}

.index-banner .banner-box h1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}

.index-banner .banner-box h1 span {
  color: #489bff;
  font-size: inherit;
  font-weight: inherit;
}

.index-banner .banner-box .more {
  width: 200px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.index-banner .banner-box .more1 {
  margin-top: 40px;
  color: #172236;
  border: 1px solid #d5e8ff;
  background: linear-gradient(
    180deg,
    #f2f8ff 0%,
    #dcecff 48%,
    #b8d5f7 100%
  );
  box-shadow: 0 8px 25px rgba(68, 151, 255, 0.2);
}

.index-banner .banner-box .more2 {
  margin-left: 20px;
  color: #fff;
  border: 1px solid rgba(72, 155, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.18);
}

.index-banner .banner-box .more1:hover {
  color: #fff;
  border-color: #2583f5;
  background: #2583f5;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 131, 245, 0.35);
}

.index-banner .banner-box .more2:hover {
  color: #172236;
  border-color: #fff;
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1400px) {
  .index-banner {
    min-height: 620px;
  }

  .index-banner .banner-box h1 {
    max-width: 900px;
  }

  .index-banner .banner-box .more {
    width: 190px;
    height: 54px;
  }

  .index-banner .banner-box .more1 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .index-banner {
    min-height: 580px;
  }

  .index-banner .banner-box h1 {
    max-width: 800px;
  }

  .index-banner .banner-box .more {
    width: 180px;
    height: 52px;
    font-size: 16px;
  }

  .index-banner .banner-box .more1 {
    margin-top: 30px;
  }

  .index-banner .banner-box .more2 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  .index-banner {
    min-height: 540px;
  }

  .index-banner::before {
    background-color: rgba(0, 0, 0, 0.58);
  }

  .index-banner .banner-box {
    padding-left: 5%;
    padding-right: 5%;
  }

  .index-banner .banner-box h1 {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .index-banner {
    height: 100vh;
    min-height: 520px;
  }

  .index-banner > video {
    object-position: center center;
  }

  .index-banner .banner-box {
    padding-left: 4%;
    padding-right: 4%;
  }

  .index-banner .banner-box h1 {
    max-width: 560px;
    line-height: 1.4;
  }

  .index-banner .banner-box .more {
    width: 170px;
    height: 48px;
    font-size: 16px;
  }

  .index-banner .banner-box .more1 {
    margin-top: 28px;
  }
}

@media screen and (max-width: 576px) {
  .index-banner {
    min-height: 500px;
  }

  .index-banner::before {
    background-color: rgba(0, 0, 0, 0.62);
  }

  .index-banner .banner-box h1 {
    max-width: 420px;
  }

  .index-banner .banner-box h1 br {
    display: none;
  }

  .index-banner .banner-box .more {
    width: 220px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .index-banner .banner-box .more1 {
    margin-top: 25px;
  }

  .index-banner .banner-box .more2 {
    margin-top: 14px;
    margin-left: auto;
  }
}

@media screen and (max-width: 380px) {
  .index-banner {
    min-height: 480px;
  }

  .index-banner .banner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .index-banner .banner-box h1 {
    line-height: 1.45;
  }

  .index-banner .banner-box .more {
    width: 200px;
    height: 46px;
  }

  .index-banner .banner-box .more1 {
    margin-top: 22px;
  }

  .index-banner .banner-box .more2 {
    margin-top: 12px;
  }
}
/* index-banner */


/* zxy-index-item2 */
.zxy-index-item2 {
  width: 100%;
  overflow: hidden;
}

.zxy-index-item2 .zxy-about-layout {
  width: 100%;
  display: flex;
  align-items: center;
}

.zxy-index-item2 .zxy-about-left {
  width: 31%;
}

.zxy-index-item2 .zxy-about-heading {
  position: relative;
  width: 100%;
  padding: 32px 18% 32px 22px;
  overflow: hidden;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 170' preserveAspectRatio='none'%3E%3Cpath d='M14 0H476C500 0 520 20 520 44C520 57 516 68 508 79L449 164C446 168 441 170 435 170H14C6 170 0 164 0 156V14C0 6 6 0 14 0Z' fill='%230843ac'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}
.zxy-index-item2 .zxy-about-text {
  position: relative;
  width: 90%;
  margin-top: 28px;
  padding-bottom: 35px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.zxy-index-item2 .zxy-about-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background-color: #3165ae;
}

.zxy-index-item2 .zxy-about-right {
  width: 65%;
  margin-left: 4%;
  padding: 58px 4%;
  background-color: #fff;
  box-shadow: 0 12px 40px rgba(34, 55, 90, 0.08);
}

.zxy-index-item2 .zxy-about-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.zxy-index-item2 .zxy-about-item {
  width: 33.333%;
  display: flex;
  align-items: center;
  padding-right: 3%;
}

.zxy-index-item2 .zxy-about-item:nth-child(n + 4) {
  margin-top: 55px;
}

.zxy-index-item2 .zxy-about-icon {
  width: 58px;
  height: 58px;
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zxy-index-item2 .zxy-about-item:nth-child(1) .zxy-about-icon {
  background-image: url("../images/index-item2-icon1.png");
}

.zxy-index-item2 .zxy-about-item:nth-child(2) .zxy-about-icon {
  background-image: url("../images/index-item2-icon2.png");
}

.zxy-index-item2 .zxy-about-item:nth-child(3) .zxy-about-icon {
  background-image: url("../images/index-item2-icon3.png");
}

.zxy-index-item2 .zxy-about-item:nth-child(4) .zxy-about-icon {
  background-image: url("../images/index-item2-icon4.png");
}

.zxy-index-item2 .zxy-about-item:nth-child(5) .zxy-about-icon {
  background-image: url("../images/index-item2-icon5.png");
}

.zxy-index-item2 .zxy-about-item:nth-child(6) .zxy-about-icon {
  background-image: url("../images/index-item2-icon6.png");
}

.zxy-index-item2 .zxy-about-item p {
  width: 68%;
  margin-left: 12px;
  color: #252525;
  font-size: 16px;
  line-height: 1.65;
}

.zxy-index-item2 .zxy-inline-numb {
  color: #0758dc;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {

  .zxy-index-item2 .zxy-about-heading {
    padding: 28px 18% 28px 20px;
  }
  .zxy-index-item2 .zxy-about-text {
    margin-top: 24px;
    font-size: 16px;
  }

  .zxy-index-item2 .zxy-about-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zxy-index-item2 .zxy-about-item:nth-child(n + 4) {
    margin-top: 45px;
  }

  .zxy-index-item2 .zxy-about-icon {
    width: 54px;
    height: 54px;
  }

  .zxy-index-item2 .zxy-about-item p {
    margin-left: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item2 .zxy-about-left {
    width: 30%;
  }
 .zxy-index-item2 .zxy-about-heading {
    padding: 25px 18% 25px 18px;
  }


  .zxy-index-item2 .zxy-about-text {
    width: 95%;
    margin-top: 22px;
    padding-bottom: 28px;
    line-height: 1.65;
  }

  .zxy-index-item2 .zxy-about-right {
    width: 67%;
    margin-left: 3%;
    padding: 42px 3%;
  }

  .zxy-index-item2 .zxy-about-icon {
    width: 48px;
    height: 48px;
  }

  .zxy-index-item2 .zxy-about-item p {
    width: 70%;
    margin-left: 8px;
    line-height: 1.55;
  }

  .zxy-index-item2 .zxy-about-item:nth-child(n + 4) {
    margin-top: 38px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item2 .zxy-about-layout {
    display: block;
  }

  .zxy-index-item2 .zxy-about-left {
    width: 100%;
  }

   .zxy-index-item2 .zxy-about-heading {
    width: 62%;
    padding: 25px 18% 25px 20px;
  }

  .zxy-index-item2 .zxy-about-text {
    width: 65%;
    margin-top: 20px;
  }

  .zxy-index-item2 .zxy-about-right {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    padding: 42px 5%;
  }
}

@media screen and (max-width: 768px) {
  .zxy-index-item2 .zxy-about-heading {
    width: 75%;
    padding: 22px 18% 22px 18px;
  }


  .zxy-index-item2 .zxy-about-text {
    width: 85%;
    font-size: 16px;
  }

  .zxy-index-item2 .zxy-about-right {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .zxy-index-item2 .zxy-about-item {
    width: 50%;
    padding-right: 4%;
  }

  .zxy-index-item2 .zxy-about-item:nth-child(n + 3) {
    margin-top: 32px;
  }

  .zxy-index-item2 .zxy-about-item:nth-child(2) {
    margin-top: 0;
  }

  .zxy-index-item2 .zxy-about-icon {
    width: 50px;
    height: 50px;
  }

  .zxy-index-item2 .zxy-about-item p {
    width: 72%;
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
 .zxy-index-item2 .zxy-about-heading {
    width: 92%;
    padding: 20px 18% 20px 16px;
  }

  .zxy-index-item2 .zxy-about-text {
    width: 100%;
    margin-top: 18px;
    padding-bottom: 25px;
  }

  .zxy-index-item2 .zxy-about-right {
    margin-top: 28px;
    padding: 30px 7%;
  }

  .zxy-index-item2 .zxy-about-item {
    width: 100%;
    padding-right: 0;
  }

  .zxy-index-item2 .zxy-about-item:nth-child(n + 2) {
    margin-top: 25px;
  }

  .zxy-index-item2 .zxy-about-icon {
    width: 48px;
    height: 48px;
  }

  .zxy-index-item2 .zxy-about-item p {
    width: 78%;
    margin-left: 14px;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item2 .zxy-about-heading {
    width: 100%;
    padding: 18px 18% 18px 15px;
  }

  .zxy-index-item2 .zxy-about-text {
    font-size: 16px;
  }

  .zxy-index-item2 .zxy-about-right {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .zxy-index-item2 .zxy-about-icon {
    width: 44px;
    height: 44px;
  }

  .zxy-index-item2 .zxy-about-item p {
    margin-left: 12px;
    line-height: 1.5;
  }
}
/* zxy-index-item2 */


/* zxy-index-item3 */


.zxy-index-item3 .zxy-industry-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-left: 1px solid rgba(255, 255, 255, 0.38);
    background-color: #020207;
}

.zxy-index-item3 .zxy-industry-item {
  position: relative;
  width: 33.333%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  perspective: 1400px;
  -webkit-perspective: 1400px;
}

.zxy-index-item3 .zxy-industry-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  -webkit-transition: -webkit-transform 0.7s ease;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.zxy-index-item3 .zxy-industry-item:hover .zxy-industry-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.zxy-index-item3 .zxy-industry-front,
.zxy-index-item3 .zxy-industry-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #020207;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.zxy-index-item3 .zxy-industry-front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.zxy-index-item3 .zxy-industry-back {
  z-index: 1;
  display: flex;
  align-items: center;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.zxy-index-item3 .zxy-industry-front::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 72%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.55) 38%,
    rgba(0, 0, 0, 0) 100%
  );
}

.zxy-index-item3 .zxy-industry-front > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
  -webkit-transition: -webkit-transform 0.7s ease;
}

.zxy-index-item3 .zxy-industry-item:hover .zxy-industry-front > img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.zxy-index-item3 .zxy-industry-front-info {
  position: absolute;
  z-index: 2;
  top: 12%;
  left: 7%;
  width: 45%;
}

.zxy-index-item3 .zxy-industry-front-info h3,
.zxy-index-item3 .zxy-industry-back-info h3 {
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.zxy-index-item3 .zxy-industry-front-info h3 a,
.zxy-index-item3 .zxy-industry-back-info h3 a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}

.zxy-index-item3 .zxy-industry-front-info h3 a:hover,
.zxy-index-item3 .zxy-industry-back-info h3 a:hover {
  color: #428cff;
}

.zxy-index-item3 .zxy-industry-more {
  width: 96px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid #075bd7;
  border-radius: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.12);
  font-size: 16px;
  line-height: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.zxy-index-item3 .zxy-industry-more:hover {
  color: #fff;
  border-color: #075bd7;
  background-color: #075bd7;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

.zxy-index-item3 .zxy-industry-back-info {
  position: relative;
  z-index: 2;
  width: 43%;
  padding-left: 7%;
  padding-right: 3%;
}

.zxy-index-item3 .zxy-industry-small-img {
  position: relative;
  z-index: 1;
  width: 57%;
  display: block;
  padding-right: 5%;
}

.zxy-index-item3 .zxy-industry-small-img::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 12%;
  bottom: 3%;
  height: 18%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  filter: blur(15px);
  pointer-events: none;
}

.zxy-index-item3 .zxy-industry-small-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
}

.zxy-index-item3 .zxy-industry-small-img:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

@media screen and (max-width: 1400px) {
  .zxy-index-item3 .zxy-industry-list {
    margin-top: 40px;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
  }

  .zxy-index-item3 .zxy-industry-more {
    width: 92px;
    height: 32px;
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item3 .zxy-industry-item {
    width: 50%;
  }

  .zxy-index-item3 .zxy-industry-front-info {
    top: 11%;
    left: 6%;
    width: 43%;
  }

  .zxy-index-item3 .zxy-industry-back-info {
    width: 42%;
    padding-left: 6%;
  }

  .zxy-index-item3 .zxy-industry-small-img {
    width: 58%;
    padding-right: 4%;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item3 .zxy-industry-list {
    margin-top: 35px;
  }

  .zxy-index-item3 .zxy-industry-front-info {
    width: 48%;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
  }

  .zxy-index-item3 .zxy-industry-more {
    width: 88px;
    height: 30px;
    margin-top: 16px;
  }

  .zxy-index-item3 .zxy-industry-back-info {
    width: 45%;
  }

  .zxy-index-item3 .zxy-industry-small-img {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .zxy-index-item3 .zxy-industry-item {
    width: 100%;
  }

  .zxy-index-item3 .zxy-industry-front-info {
    top: 12%;
    left: 7%;
    width: 42%;
  }

  .zxy-index-item3 .zxy-industry-back-info {
    width: 42%;
    padding-left: 7%;
  }

  .zxy-index-item3 .zxy-industry-small-img {
    width: 58%;
    padding-right: 5%;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
  }

  .zxy-index-item3 .zxy-industry-more {
    width: 94px;
    height: 32px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  .zxy-index-item3 .zxy-industry-list {
    margin-top: 28px;
  }

  .zxy-index-item3 .zxy-industry-front::after {
    width: 82%;
  }

  .zxy-index-item3 .zxy-industry-front-info {
    top: 10%;
    left: 6%;
    width: 52%;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
    line-height: 1.4;
  }

  .zxy-index-item3 .zxy-industry-more {
    width: 82px;
    height: 28px;
    margin-top: 14px;
    font-size: 16px;
  }

  .zxy-index-item3 .zxy-industry-back-info {
    width: 47%;
    padding-left: 6%;
    padding-right: 2%;
  }

  .zxy-index-item3 .zxy-industry-small-img {
    width: 53%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item3 .zxy-industry-front-info {
    top: 9%;
    width: 56%;
  }

  .zxy-index-item3 .zxy-industry-front-info h3,
  .zxy-index-item3 .zxy-industry-back-info h3 {
  }

  .zxy-index-item3 .zxy-industry-more {
    width: 78px;
    height: 26px;
    margin-top: 12px;
    font-size: 16px;
  }

  .zxy-index-item3 .zxy-industry-back-info {
    width: 49%;
  }

  .zxy-index-item3 .zxy-industry-small-img {
    width: 51%;
  }
}
/* zxy-index-item3 */
/* zxy-index-item4 */
.zxy-index-item4 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.zxy-index-item4 .zxy-choose-layout {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.zxy-index-item4 .zxy-choose-left {
  width: 52%;
}

.zxy-index-item4 .zxy-choose-heading {
  position: relative;
  padding-left: 64px;
  color: #151515;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.zxy-index-item4 .zxy-choose-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  background-image: url("../images/index-item4-left-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.zxy-index-item4 .zxy-choose-content {
  width: 92%;
  margin-top: 30px;
}

.zxy-index-item4 .zxy-choose-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.zxy-index-item4 .zxy-choose-content p + p {
  margin-top: 2px;
}

.zxy-index-item4 .zxy-choose-main-img {
  position: relative;
  width: 100%;
  margin-top: 38px;
  overflow: hidden;
  background-color: #eef1f4;
}

.zxy-index-item4 .zxy-choose-main-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 25%,
    rgba(255, 255, 255, 0.35) 62%,
    rgba(255, 255, 255, 0) 100%
  );
}

.zxy-index-item4 .zxy-choose-main-img > img {
  width: 100%;
  aspect-ratio: 1.57 / 1;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.zxy-index-item4 .zxy-choose-main-img:hover > img {
  transform: scale(1.025);
}

.zxy-index-item4 .zxy-choose-quote {
  position: absolute;
  z-index: 3;
  left: 22%;
  bottom: 7%;
  width: 56%;
  min-height: 48px;
  padding: 12px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background-color: #0645b5;
  box-shadow: 0 10px 26px rgba(6, 69, 181, 0.18);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.zxy-index-item4 .zxy-choose-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 35%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}

.zxy-index-item4 .zxy-choose-quote span {
  position: relative;
  z-index: 2;
  margin-left: 8%;
  color: inherit;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  transition: transform 0.4s ease;
}

.zxy-index-item4 .zxy-choose-quote:hover {
  color: #fff;
  background-color: #073a91;
  box-shadow: 0 14px 30px rgba(6, 69, 181, 0.3);
  transform: translateY(-3px);
}

.zxy-index-item4 .zxy-choose-quote:hover::before {
  left: 130%;
}

.zxy-index-item4 .zxy-choose-quote:hover span {
  transform: translateX(5px);
}

.zxy-index-item4 .zxy-choose-right {
  width: 48%;
  padding: 58px 6% 34px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 12px 45px rgba(34, 55, 90, 0.08);
}

.zxy-index-item4 .zxy-choose-number-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zxy-index-item4 .zxy-choose-number-item {
  position: relative;
  width: 50%;
  padding-right: 8%;
  padding-left: 8%;
  text-align: center;
}

.zxy-index-item4 .zxy-choose-number-item::before,
.zxy-index-item4 .zxy-choose-number-item::after {
  content: "";
  position: absolute;
  top: 50%;
    width: 36px;
    height: 68px;
  background-image: url("../images/choose-icon1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-35%);
}

.zxy-index-item4 .zxy-choose-number-item::before {
  left: 8%;
}

.zxy-index-item4 .zxy-choose-number-item::after {
  right: 8%;
  transform: translateY(-35%) scaleX(-1);
}

.zxy-index-item4 .zxy-choose-number-item > p {
  color: #0645b5;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
}

.zxy-index-item4 .zxy-choose-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5px;
  color: #0645b5;
  line-height: 1;
}

.zxy-index-item4 .zxy-choose-number .zxy-numb {
  color: #0645b5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

/* 双列纵向轮播 */
.zxy-index-item4 .zxy-choose-gallery {
  position: relative;
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  overflow: hidden;
}

.zxy-index-item4 .zxy-choose-gallery-column {
  position: relative;
  width: 48.5%;
  height: 100%;
  overflow: hidden;
}

.zxy-index-item4 .zxy-choose-gallery-column + .zxy-choose-gallery-column {
  margin-left: 3%;
}

.zxy-index-item4 .zxy-choose-column-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zxy-index-item4 .zxy-choose-column-swiper .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear !important;
}

.zxy-index-item4 .zxy-choose-column-swiper .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zxy-index-item4 .zxy-choose-gallery-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 9px;
  background-color: #e9ecef;
}

.zxy-index-item4 .zxy-choose-gallery-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.zxy-index-item4 .zxy-choose-gallery-img:hover img {
  filter: brightness(1.04);
  transform: scale(1.045);
}

.zxy-index-item4 .zxy-choose-gallery-mask {
  position: absolute;
  z-index: 6;
  left: 0;
  width: 100%;
  height: 34px;
  display: block;
  pointer-events: none;
}

.zxy-index-item4 .zxy-choose-gallery-mask-top {
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.zxy-index-item4 .zxy-choose-gallery-mask-bottom {
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media screen and (max-width: 1400px) {
  .zxy-index-item4 .zxy-choose-left {
    width: 53%;
  }

  .zxy-index-item4 .zxy-choose-right {
    width: 47%;
    padding: 48px 5% 28px;
  }

  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 58px;
    font-size: 38px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 42px;
    height: 42px;
  }

  .zxy-index-item4 .zxy-choose-content {
    width: 94%;
    margin-top: 26px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    line-height: 1.7;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 32px;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 20%;
    width: 60%;
    min-height: 46px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 7%;
    padding-left: 7%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 19px;
    height: 52px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 36px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 500px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item4 .zxy-choose-left {
    width: 52%;
  }

  .zxy-index-item4 .zxy-choose-right {
    width: 48%;
    padding: 36px 4% 24px;
  }

  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 50px;
    font-size: 35px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 36px;
    height: 36px;
  }

  .zxy-index-item4 .zxy-choose-content {
    width: 96%;
    margin-top: 22px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    line-height: 1.65;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 26px;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 18%;
    bottom: 6%;
    width: 64%;
    min-height: 42px;
    padding: 9px 4%;
    border-radius: 8px;
  }

  .zxy-index-item4 .zxy-choose-quote span {
    margin-left: 6%;
    font-size: 18px;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 6%;
    padding-left: 6%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 17px;
    height: 44px;
  }

  .zxy-index-item4 .zxy-choose-number-item > p {
    font-size: 13px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 31px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 435px;
    margin-top: 30px;
  }

  .zxy-index-item4 .zxy-choose-gallery-img {
    border-radius: 7px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item4 .zxy-choose-layout {
    display: block;
  }

  .zxy-index-item4 .zxy-choose-left {
    width: 100%;
  }

  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 48px;
    font-size: 34px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 35px;
    height: 35px;
  }

  .zxy-index-item4 .zxy-choose-content {
    width: 100%;
    margin-top: 24px;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 28px;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 25%;
    width: 50%;
    min-height: 46px;
  }

  .zxy-index-item4 .zxy-choose-right {
    width: 100%;
    margin-top: 40px;
    padding: 42px 7% 30px;
  }

  .zxy-index-item4 .zxy-choose-number-list {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 9%;
    padding-left: 9%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 22px;
    height: 50px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 35px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 650px;
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 43px;
    font-size: 31px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 31px;
    height: 31px;
  }

  .zxy-index-item4 .zxy-choose-content {
    margin-top: 20px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    line-height: 1.65;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 24px;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 20%;
    bottom: 5%;
    width: 60%;
    min-height: 42px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .zxy-index-item4 .zxy-choose-right {
    margin-top: 32px;
    padding: 35px 6% 25px;
  }

  .zxy-index-item4 .zxy-choose-number-list {
    width: 88%;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 8%;
    padding-left: 8%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 19px;
    height: 45px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 31px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 540px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 520px) {
  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 39px;
    font-size: 28px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 28px;
    height: 28px;
  }

  .zxy-index-item4 .zxy-choose-content {
    margin-top: 18px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 20px;
  }

  .zxy-index-item4 .zxy-choose-main-img > img {
    aspect-ratio: 1.38 / 1;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 12%;
    bottom: 5%;
    width: 76%;
    min-height: 38px;
    padding: 8px 3%;
    border-radius: 6px;
    font-size: 14px;
  }

  .zxy-index-item4 .zxy-choose-quote span {
    margin-left: 5%;
    font-size: 17px;
  }

  .zxy-index-item4 .zxy-choose-right {
    margin-top: 28px;
    padding: 28px 4% 22px;
  }

  .zxy-index-item4 .zxy-choose-number-list {
    width: 100%;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 7%;
    padding-left: 7%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 16px;
    height: 39px;
  }

  .zxy-index-item4 .zxy-choose-number-item > p {
    font-size: 12px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 27px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 455px;
    margin-top: 28px;
  }

  .zxy-index-item4 .zxy-choose-gallery-column {
    width: 48%;
  }

  .zxy-index-item4 .zxy-choose-gallery-column + .zxy-choose-gallery-column {
    margin-left: 4%;
  }

  .zxy-index-item4 .zxy-choose-gallery-img {
    border-radius: 6px;
  }

  .zxy-index-item4 .zxy-choose-gallery-mask {
    height: 24px;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item4 .zxy-choose-heading {
    padding-left: 35px;
    font-size: 26px;
  }

  .zxy-index-item4 .zxy-choose-heading::before {
    width: 25px;
    height: 25px;
  }

  .zxy-index-item4 .zxy-choose-content {
    margin-top: 16px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .zxy-index-item4 .zxy-choose-main-img {
    margin-top: 18px;
  }

  .zxy-index-item4 .zxy-choose-main-img > img {
    aspect-ratio: 1.25 / 1;
  }

  .zxy-index-item4 .zxy-choose-quote {
    left: 7%;
    width: 86%;
    min-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .zxy-index-item4 .zxy-choose-right {
    margin-top: 24px;
    padding: 24px 3% 20px;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 6%;
    padding-left: 6%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 13px;
    height: 34px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 24px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 390px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 320px) {
  .zxy-index-item4 .zxy-choose-heading {
    font-size: 24px;
  }

  .zxy-index-item4 .zxy-choose-content p {
    font-size: 13px;
  }

  .zxy-index-item4 .zxy-choose-number-item {
    padding-right: 5%;
    padding-left: 5%;
  }

  .zxy-index-item4 .zxy-choose-number-item::before,
  .zxy-index-item4 .zxy-choose-number-item::after {
    width: 12px;
    height: 31px;
  }

  .zxy-index-item4 .zxy-choose-number .zxy-numb {
    font-size: 22px;
  }

  .zxy-index-item4 .zxy-choose-gallery {
    height: 340px;
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zxy-index-item4 .zxy-choose-main-img > img,
  .zxy-index-item4 .zxy-choose-gallery-img img,
  .zxy-index-item4 .zxy-choose-quote,
  .zxy-index-item4 .zxy-choose-quote span {
    transition: none;
  }
}
/* zxy-index-item4 */

/* zxy-index-item5  */
.zxy-index-item5 {
  width: 100%;
  padding-top: 52px;
  padding-bottom: 52px;
  overflow: hidden;
  background-color: #020207;
}

.zxy-index-item5 .zxy-data-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zxy-index-item5 .zxy-data-item {
  position: relative;
  width: 23%;
  padding-left: 72px;
}

.zxy-index-item5 .zxy-data-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 46px;
  height: 46px;
}

.zxy-index-item5 .zxy-data-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 22px;
  height: 2px;
  background-color: #3e8cff;
}

.zxy-index-item5 .zxy-data-item:nth-child(1)::before {
  background: url("../images/index-item5-icon1.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.zxy-index-item5 .zxy-data-item:nth-child(2)::before {
  background-image: url("../images/index-item5-icon2.png");  background-position: center;
  background-size: contain;
}

.zxy-index-item5 .zxy-data-item:nth-child(3)::before {
  background-image: url("../images/index-item5-icon3.png");  background-position: center;
  background-size: contain;
}

.zxy-index-item5 .zxy-data-item:nth-child(4)::before {
  background-image: url("../images/index-item5-icon4.png");  background-position: center;
  background-size: contain;
}

.zxy-index-item5 .zxy-data-item .zxy-numb {
  display: inline-block;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.15;
}

.zxy-index-item5 .zxy-data-item .zxy-numb::after {
  display: inline-block;
  margin-left: 3px;
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  vertical-align: 0px;
}

.zxy-index-item5 .zxy-data-item:nth-child(1) .zxy-numb::after {
  content: "㎡";
  margin-left: 6px;
  font-size: 16px;
  vertical-align: 0px;
}

.zxy-index-item5 .zxy-data-item:nth-child(2) .zxy-numb::after,
.zxy-index-item5 .zxy-data-item:nth-child(3) .zxy-numb::after,
.zxy-index-item5 .zxy-data-item:nth-child(4) .zxy-numb::after {
  content: "+";
}

.zxy-index-item5 .zxy-data-item p {
  margin-top: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  .zxy-index-item5 {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .zxy-index-item5 .zxy-data-item {
    padding-left: 64px;
  }

  .zxy-index-item5 .zxy-data-item::before {
    width: 42px;
    height: 42px;
  }

  .zxy-index-item5 .zxy-data-item .zxy-numb {
    font-size: 29px;
  }

  .zxy-index-item5 .zxy-data-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item5 .zxy-data-item {
    width: 24%;
    padding-left: 55px;
  }

  .zxy-index-item5 .zxy-data-item::before {
    width: 38px;
    height: 38px;
  }

  .zxy-index-item5 .zxy-data-item .zxy-numb {
    font-size: 26px;
  }

  .zxy-index-item5 .zxy-data-item .zxy-numb::after {
    font-size: 18px;
  }

  .zxy-index-item5 .zxy-data-item:nth-child(1) .zxy-numb::after {
    font-size: 16px;
  }

  .zxy-index-item5 .zxy-data-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .zxy-index-item5 .zxy-data-list {
    flex-wrap: wrap;
  }

  .zxy-index-item5 .zxy-data-item {
    width: 48%;
  }

  .zxy-index-item5 .zxy-data-item:nth-child(n + 3) {
    margin-top: 38px;
  }
}

@media screen and (max-width: 576px) {
  .zxy-index-item5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .zxy-index-item5 .zxy-data-item {
    width: 100%;
    min-height: 62px;
    padding-left: 62px;
  }

  .zxy-index-item5 .zxy-data-item:nth-child(n + 2) {
    margin-top: 28px;
  }

  .zxy-index-item5 .zxy-data-item::before {
    width: 40px;
    height: 40px;
  }

  .zxy-index-item5 .zxy-data-item .zxy-numb {
    font-size: 27px;
  }

  .zxy-index-item5 .zxy-data-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item5 .zxy-data-item {
    padding-left: 56px;
  }

  .zxy-index-item5 .zxy-data-item::before {
    width: 36px;
    height: 36px;
  }

  .zxy-index-item5 .zxy-data-item .zxy-numb {
    font-size: 24px;
  }
}
/* zxy-index-item5  */

/* zxy-index-item6 */
.zxy-index-item6 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 55px;
  background-color: #fff;
}


.zxy-index-item6 .index-title .h2,
.zxy-index-item3 .index-title .h2 {
  color: #171717;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.zxy-index-item6 .zxy-product-tabs {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.zxy-index-item6 .zxy-product-tab-list {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.zxy-index-item6 .zxy-product-tab-item {
  position: relative;
  width: 16.666%;
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.zxy-index-item6 .zxy-product-tab-item::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  width: 1px;
  height: 44%;
  background-color: #d5d5d5;
}

.zxy-index-item6 .zxy-product-tab-item:last-child::after,
.zxy-index-item6 .zxy-product-tab-item.zxy-active::after {
  display: none;
}

.zxy-index-item6 .zxy-product-tab-name {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.65;
  text-align: center;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}

.zxy-index-item6 .zxy-product-tab-item:hover,
.zxy-index-item6 .zxy-product-tab-item.zxy-active {
  background-color: #0845b5;
}

.zxy-index-item6 .zxy-product-tab-item:hover .zxy-product-tab-name,
.zxy-index-item6
  .zxy-product-tab-item.zxy-active
  .zxy-product-tab-name {
  color: #fff;
}

.zxy-index-item6 .zxy-product-content-list {
  position: relative;
  width: 100%;
}

.zxy-index-item6 .zxy-product-content {
  width: 100%;
  display: none;
  align-items: center;
  margin-top: 62px;
}

.zxy-index-item6 .zxy-product-content.zxy-active {
  display: flex;
  animation: zxyProductFade 0.5s ease;
  -webkit-animation: zxyProductFade 0.5s ease;
}

.zxy-index-item6 .zxy-product-image {
  width: 52%;
  overflow: hidden;
}

.zxy-index-item6 .zxy-product-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
}

.zxy-index-item6 .zxy-product-image:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.zxy-index-item6 .zxy-product-info {
  width: 40%;
  margin-left: 8%;
}

.zxy-index-item6 .zxy-product-name {
  color: #171717;
  
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.zxy-index-item6 .zxy-product-text {
  width: 100%;
  margin-top: 28px;
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}

.zxy-index-item6 .zxy-product-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.zxy-index-item6 .zxy-product-more {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0845b5;
  border-radius: 22px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.zxy-index-item6 .zxy-product-quote {
  color: #fff;
  background-color: #0845b5;
}

.zxy-index-item6 .zxy-product-download {
  margin-left: 22px;
  color: #262626;
  border-color: #262626;
  background-color: transparent;
}

.zxy-index-item6 .zxy-product-quote:hover {
  color: #0845b5;
  background-color: #fff;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(8, 69, 181, 0.18);
}

.zxy-index-item6 .zxy-product-download:hover {
  color: #fff;
  border-color: #0845b5;
  background-color: #0845b5;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(8, 69, 181, 0.18);
}

@keyframes zxyProductFade {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes zxyProductFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@media screen and (max-width: 1400px) {


  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-item {
    min-height: 140px;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 16px;
  }

  .zxy-index-item6 .zxy-product-content {
    margin-top: 55px;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 22px;
  }

  .zxy-index-item6 .zxy-product-text {
    margin-top: 24px;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1200px) {


  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-item {
    min-height: 125px;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 6%;
    padding-right: 6%;
    font-size: 16px;
    line-height: 1.55;
  }

  .zxy-index-item6 .zxy-product-content {
    margin-top: 48px;
  }

  .zxy-index-item6 .zxy-product-image {
    width: 54%;
  }

  .zxy-index-item6 .zxy-product-info {
    width: 41%;
    margin-left: 5%;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 21px;
  }

  .zxy-index-item6 .zxy-product-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 30px;
  }

  .zxy-index-item6 .zxy-product-more {
    width: 125px;
    height: 38px;
  }

  .zxy-index-item6 .zxy-product-download {
    margin-left: 16px;
  }
}

@media screen and (max-width: 992px) {


  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-list {
    flex-wrap: wrap;
  }

  .zxy-index-item6 .zxy-product-tab-item {
    width: 33.333%;
    min-height: 105px;
    border-bottom: 1px solid #d9d9d9;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(n + 4) {
    border-bottom: 0;
  }

  .zxy-index-item6 .zxy-product-tab-item::after {
    top: 25%;
    height: 50%;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(3n)::after {
    display: none;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 16px;
  }

  .zxy-index-item6 .zxy-product-content {
    margin-top: 40px;
  }

  .zxy-index-item6 .zxy-product-image {
    width: 52%;
  }

  .zxy-index-item6 .zxy-product-info {
    width: 43%;
    margin-left: 5%;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 20px;
  }

  .zxy-index-item6 .zxy-product-text {
    margin-top: 18px;
    line-height: 1.65;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 25px;
  }

  .zxy-index-item6 .zxy-product-more {
    width: 115px;
    height: 36px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {

  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-item {
    width: 50%;
    min-height: 92px;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(n + 4) {
    border-bottom: 1px solid #d9d9d9;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(n + 5) {
    border-bottom: 0;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(3n)::after {
    display: block;
  }

  .zxy-index-item6 .zxy-product-tab-item:nth-child(2n)::after {
    display: none;
  }

  .zxy-index-item6 .zxy-product-tab-item.zxy-active::after {
    display: none;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 7%;
    padding-right: 7%;
    font-size: 16px;
    line-height: 1.5;
  }

  .zxy-index-item6 .zxy-product-content {
    display: none;
    margin-top: 35px;
  }

  .zxy-index-item6 .zxy-product-content.zxy-active {
    display: block;
  }

  .zxy-index-item6 .zxy-product-image {
    width: 100%;
  }

  .zxy-index-item6 .zxy-product-info {
    width: 100%;
    margin-top: 28px;
    margin-left: 0;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 19px;
  }

  .zxy-index-item6 .zxy-product-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.65;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 24px;
  }

  .zxy-index-item6 .zxy-product-more {
    width: 125px;
    height: 38px;
  }

  .zxy-index-item6 .zxy-product-download {
    margin-left: 15px;
  }
}

@media screen and (max-width: 520px) {

  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-item {
    min-height: 84px;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    line-height: 1.45;
  }

  .zxy-index-item6 .zxy-product-content {
    margin-top: 28px;
  }

  .zxy-index-item6 .zxy-product-info {
    margin-top: 22px;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 18px;
  }

  .zxy-index-item6 .zxy-product-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.65;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 20px;
  }

  .zxy-index-item6 .zxy-product-more {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }

  .zxy-index-item6 .zxy-product-download {
    margin-left: 12px;
  }
}

@media screen and (max-width: 380px) {


  .zxy-index-item6 .index-title .h2,


  .zxy-index-item6 .zxy-product-tab-item {
    min-height: 78px;
  }

  .zxy-index-item6 .zxy-product-tab-name {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 16px;
    line-height: 1.4;
  }

  .zxy-index-item6 .zxy-product-content {
    margin-top: 25px;
  }

  .zxy-index-item6 .zxy-product-info {
    margin-top: 20px;
  }

  .zxy-index-item6 .zxy-product-name {
    font-size: 16px;
  }

  .zxy-index-item6 .zxy-product-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .zxy-index-item6 .zxy-product-buttons {
    margin-top: 18px;
  }

  .zxy-index-item6 .zxy-product-more {
    width: 110px;
    height: 34px;
    font-size: 16px;
  }

  .zxy-index-item6 .zxy-product-download {
    margin-left: 10px;
  }
}
/* zxy-index-item6 */


/* zxy-index-item7 */
.zxy-index-item7 {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  background-color: #040f43;
}


.zxy-index-item7 .warp-mb {
  position: relative;
  z-index: 2;
}

.zxy-index-item7 .zxy-global-layout {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.zxy-index-item7 .zxy-global-left {
  position: relative;
  z-index: 9;
  width: 39%;
  padding-top: 22px;
}

.zxy-index-item7 .zxy-global-heading {
  color: #fff;
  
  font-weight: bold;
  line-height: 1.31;
  text-align: left;
}

.zxy-index-item7 .zxy-global-text {
  width: 97%;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 16px;
  line-height: 1.78;
}

.zxy-index-item7 .zxy-global-card-list {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}

.zxy-index-item7 .zxy-global-card-item {
  width: 48%;
  min-height: 116px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(31, 112, 247, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(
      135deg,
      rgba(7, 40, 96, 0.98) 0%,
      rgba(5, 29, 72, 0.98) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 13px 35px rgba(0, 0, 0, 0.16);
  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.zxy-index-item7 .zxy-global-card-item:nth-child(2n) {
  margin-left: 4%;
}

.zxy-index-item7 .zxy-global-card-item:nth-child(n + 3) {
  margin-top: 20px;
}

.zxy-index-item7 .zxy-global-card-item:hover {
  border-color: rgba(48, 143, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 36px rgba(0, 58, 160, 0.22);
  transform: translateY(-4px);
}

.zxy-index-item7 .zxy-global-card-icon {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zxy-index-item7
  .zxy-global-card-item:nth-child(1)
  .zxy-global-card-icon {
  background-image: url("../images/icon1.png");
}

.zxy-index-item7
  .zxy-global-card-item:nth-child(2)
  .zxy-global-card-icon {
  background-image: url("../images/icon2.png");
}

.zxy-index-item7
  .zxy-global-card-item:nth-child(3)
  .zxy-global-card-icon {
  background-image: url("../images/icon3.png");
}

.zxy-index-item7
  .zxy-global-card-item:nth-child(4)
  .zxy-global-card-icon {
  background-image: url("../images/icon4.png");
}

.zxy-index-item7 .zxy-global-card-info {
  width: 72%;
  margin-left: 15px;
}

.zxy-index-item7 .zxy-global-card-info strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}

.zxy-index-item7 .zxy-global-card-info p {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
}

.zxy-index-item7 .zxy-global-right {
  position: relative;
  z-index: 3;
  width: 61%;
}

.zxy-index-item7 .zxy-global-stage {
  position: relative;
  width: 100%;
  height: 680px;
  isolation: isolate;
}

.zxy-index-item7 .zxy-global-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 13%;
  bottom: -31%;
  width: 92%;
  height: 110%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(16, 92, 225, 0.22) 0%,
      rgba(7, 49, 145, 0.1) 42%,
      rgba(0, 0, 0, 0) 73%
    );
  filter: blur(24px);
  pointer-events: none;
}

.zxy-index-item7 .zxy-global-bg-canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.zxy-index-item7 .zxy-global-visual {
  position: absolute;
  z-index: 2;
  left: 55%;
  bottom: -22%;
  width: 94%;
  aspect-ratio: 1 / 1;
  opacity: 0;
  transform: translateX(-50%) translateY(42px) scale(0.975);
  transform-origin: center;
  transition:
    opacity 1.05s ease,
    transform 1.2s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.zxy-index-item7
  .zxy-global-stage.zxy-global-animate
  .zxy-global-visual {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.zxy-index-item7 .zxy-global-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  transition: transform 0.26s ease-out;
}

.zxy-index-item7 .zxy-global-earth-media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: radial-gradient(
    circle at 50% 49%,
    #000 0%,
    #000 61%,
    rgba(0, 0, 0, 0.96) 68%,
    rgba(0, 0, 0, 0.62) 78%,
    rgba(0, 0, 0, 0.18) 89%,
    transparent 98%
  );
  mask-image: radial-gradient(
    circle at 50% 49%,
    #000 0%,
    #000 61%,
    rgba(0, 0, 0, 0.96) 68%,
    rgba(0, 0, 0, 0.62) 78%,
    rgba(0, 0, 0, 0.18) 89%,
    transparent 98%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.zxy-index-item7 .zxy-global-earth-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  opacity: 0.97;
  filter: saturate(1.04) contrast(1.03) brightness(0.96);
  transform-origin: center;
  animation: zxyGlobalEarthLight 7.5s ease-in-out infinite;
}

.zxy-index-item7 .zxy-global-fx-canvas {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  mix-blend-mode: screen;
  pointer-events: none;
}

.zxy-index-item7 .zxy-global-orbit-layer,
.zxy-index-item7 .zxy-global-country-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.zxy-index-item7 .zxy-global-orbit-layer {
  z-index: 4;
}

.zxy-index-item7 .zxy-global-country-list {
  z-index: 6;
}

.zxy-index-item7 .zxy-global-orbit-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.zxy-index-item7 .zxy-global-orbit-base,
.zxy-index-item7 .zxy-global-orbit-flow {
  fill: none;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
}

.zxy-index-item7 .zxy-global-orbit-base {
  stroke: rgba(25, 105, 244, 0.7);
  stroke-width: 1.3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.zxy-index-item7 .zxy-global-orbit-flow {
  stroke: rgba(87, 210, 255, 0.82);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 24 976;
  stroke-dashoffset: 0;
  opacity: 0;
  filter: drop-shadow(0 0 4px rgba(50, 176, 255, 0.48));
}

.zxy-index-item7
  .zxy-global-stage.zxy-global-animate
  .zxy-global-orbit-base {
  animation: zxyGlobalOrbitDraw 1.7s ease forwards 0.28s;
}

.zxy-index-item7
  .zxy-global-stage.zxy-global-animate
  .zxy-global-orbit-flow {
  opacity: 0.72;
  animation: zxyGlobalOrbitFlow 10s linear infinite 1.8s;
}

.zxy-index-item7 .zxy-global-country-item {
  position: absolute;
  width: 76px;
  margin-left: -38px;
  margin-top: -24px;
  opacity: 0;
  text-align: center;
  transform: translateY(14px) scale(0.88);
  transform-origin: 50% 24px;
  transition:
    opacity 0.62s ease,
    transform 0.68s cubic-bezier(0.25, 0.8, 0.3, 1.16);
}

.zxy-index-item7
  .zxy-global-stage.zxy-global-animate
  .zxy-global-country-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.zxy-index-item7 .zxy-global-country-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 55px;
  left: 50%;
  width: 18px;
  height: 30px;
  background: linear-gradient(
    to bottom,
    rgba(16, 82, 171, 0.58) 0%,
    rgba(8, 49, 111, 0.25) 72%,
    rgba(8, 49, 111, 0) 100%
  );
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%) rotate(var(--zxy-arrow-rotate, 0deg));
  transform-origin: 50% 0;
}

.zxy-index-item7 .zxy-global-country-icon {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 2px solid #0b79ec;
  border-radius: 50%;
  background-color: #052052;
  box-shadow:
    0 0 0 2px rgba(12, 105, 235, 0.08),
    0 0 12px rgba(15, 121, 255, 0.3);
  animation: zxyGlobalCountryGlow 4.6s ease-in-out infinite;
}

.zxy-index-item7 .zxy-global-country-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.zxy-index-item7 .zxy-global-country-item p {
  position: relative;
  z-index: 3;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

@keyframes zxyGlobalEarthLight {
  0%,
  100% {
    filter: saturate(1.04) contrast(1.03) brightness(0.96);
  }

  50% {
    filter: saturate(1.08) contrast(1.04) brightness(1.03);
  }
}

@keyframes zxyGlobalOrbitDraw {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes zxyGlobalOrbitFlow {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes zxyGlobalCountryGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(12, 105, 235, 0.08),
      0 0 10px rgba(15, 121, 255, 0.26);
  }

  50% {
    box-shadow:
      0 0 0 3px rgba(12, 105, 235, 0.12),
      0 0 16px rgba(15, 121, 255, 0.42);
  }
}

@media screen and (max-width: 1400px) {
  .zxy-index-item7 {
    min-height: 735px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .zxy-index-item7 .zxy-global-left {
    padding-top: 18px;
  }


  .zxy-index-item7 .zxy-global-text {
    margin-top: 28px;
    font-size: 16px;
  }

  .zxy-index-item7 .zxy-global-card-list {
    margin-top: 38px;
  }

  .zxy-index-item7 .zxy-global-card-item {
    min-height: 104px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 610px;
  }

  .zxy-index-item7 .zxy-global-visual {
    left: 55%;
    bottom: -21%;
    width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item7 {
    min-height: 665px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .zxy-index-item7 .zxy-global-left {
    width: 40%;
    padding-top: 14px;
  }

  .zxy-index-item7 .zxy-global-right {
    width: 60%;
  }


  .zxy-index-item7 .zxy-global-text {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.72;
  }

  .zxy-index-item7 .zxy-global-card-list {
    width: 100%;
    margin-top: 32px;
  }

  .zxy-index-item7 .zxy-global-card-item {
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .zxy-index-item7 .zxy-global-card-icon {
    width: 38px;
    height: 38px;
  }

  .zxy-index-item7 .zxy-global-card-info {
    margin-left: 10px;
  }

  .zxy-index-item7 .zxy-global-card-info strong {
    font-size: 16px;
  }

  .zxy-index-item7 .zxy-global-card-info p {
    font-size: 16px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 550px;
  }

  .zxy-index-item7 .zxy-global-visual {
    left: 55%;
    bottom: -20%;
    width: 97%;
  }

  .zxy-index-item7 .zxy-global-country-item {
    width: 66px;
    margin-left: -33px;
    margin-top: -21px;
    transform-origin: 50% 21px;
  }

  .zxy-index-item7 .zxy-global-country-item::after {
    top: 49px;
    width: 15px;
    height: 25px;
  }

  .zxy-index-item7 .zxy-global-country-icon {
    width: 40px;
    height: 40px;
  }

  .zxy-index-item7 .zxy-global-country-item p {
    margin-top: 6px;
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item7 {
    min-height: 0;
    padding-top: 55px;
    padding-bottom: 0;
  }

  .zxy-index-item7 .zxy-global-layout {
    display: block;
  }

  .zxy-index-item7 .zxy-global-left {
    width: 100%;
    padding-top: 0;
  }

  .zxy-index-item7 .zxy-global-text {
    width: 82%;
  }

  .zxy-index-item7 .zxy-global-card-list {
    width: 76%;
  }

  .zxy-index-item7 .zxy-global-right {
    width: 100%;
    margin-top: 40px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 610px;
  }

  .zxy-index-item7 .zxy-global-visual {
    left: 50%;
    bottom: -18%;
    width: 86%;
  }
}

@media screen and (max-width: 768px) {
  .zxy-index-item7 {
    padding-top: 45px;
  }


  .zxy-index-item7 .zxy-global-text {
    width: 100%;
    margin-top: 22px;
  }

  .zxy-index-item7 .zxy-global-card-list {
    width: 100%;
    margin-top: 30px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 490px;
  }

  .zxy-index-item7 .zxy-global-visual {
    width: 96%;
    bottom: -16%;
  }

  .zxy-index-item7 .zxy-global-country-item {
    width: 56px;
    margin-left: -28px;
    margin-top: -18px;
    transform-origin: 50% 18px;
  }

  .zxy-index-item7 .zxy-global-country-item::after {
    top: 43px;
    width: 13px;
    height: 21px;
  }

  .zxy-index-item7 .zxy-global-country-icon {
    width: 34px;
    height: 34px;
  }

  .zxy-index-item7 .zxy-global-country-item p {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .zxy-index-item7 {
    padding-top: 40px;
  }


  .zxy-index-item7 .zxy-global-heading br {
    display: none;
  }

  .zxy-index-item7 .zxy-global-card-item {
    width: 100%;
    min-height: 86px;
  }

  .zxy-index-item7 .zxy-global-card-item:nth-child(2n) {
    margin-left: 0;
  }

  .zxy-index-item7 .zxy-global-card-item:nth-child(n + 2) {
    margin-top: 14px;
  }

  .zxy-index-item7 .zxy-global-right {
    margin-top: 26px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 380px;
  }

  .zxy-index-item7 .zxy-global-visual {
    width: 110%;
    bottom: -14%;
  }

  .zxy-index-item7 .zxy-global-country-item {
    width: 44px;
    margin-left: -22px;
    margin-top: -14px;
    transform-origin: 50% 14px;
  }

  .zxy-index-item7 .zxy-global-country-item::after {
    display: none;
  }

  .zxy-index-item7 .zxy-global-country-icon {
    width: 28px;
    height: 28px;
    border-width: 1px;
  }

  .zxy-index-item7 .zxy-global-country-item p {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item7 {
    padding-top: 35px;
  }


  .zxy-index-item7 .zxy-global-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 315px;
  }

  .zxy-index-item7 .zxy-global-visual {
    width: 112%;
    bottom: -12%;
  }

  .zxy-index-item7 .zxy-global-country-item {
    width: 38px;
    margin-left: -19px;
    margin-top: -12px;
    transform-origin: 50% 12px;
  }

  .zxy-index-item7 .zxy-global-country-icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 320px) {


  .zxy-index-item7 .zxy-global-card-info strong {
    font-size: 16px;
  }

  .zxy-index-item7 .zxy-global-card-info p {
    font-size: 16px;
  }

  .zxy-index-item7 .zxy-global-stage {
    height: 275px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zxy-index-item7 .zxy-global-earth-img,
  .zxy-index-item7 .zxy-global-country-icon,
  .zxy-index-item7 .zxy-global-orbit-base,
  .zxy-index-item7 .zxy-global-orbit-flow {
    animation: none;
  }

  .zxy-index-item7 .zxy-global-visual,
  .zxy-index-item7 .zxy-global-country-item {
    opacity: 1;
    transition: none;
  }

  .zxy-index-item7 .zxy-global-visual {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  .zxy-index-item7 .zxy-global-country-item {
    transform: translateY(0) scale(1);
  }
}
/* zxy-index-item7 */


/* zxy-index-item8 */
.zxy-index-item8 {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.zxy-index-item8 .index-title {
  margin-bottom: 0;
}

.zxy-index-item8 .index-title .h2 {
  color: #171717;
  
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.zxy-index-item8 .zxy-insight-layout {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.zxy-index-item8 .zxy-insight-left {
  position: relative;
  width: 38%;
}

.zxy-index-item8 .zxy-insight-card-wrap {
  position: relative;
  width: 100%;
  min-height: 570px;
}

.zxy-index-item8 .zxy-insight-card-back {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 9px;
  background-color: #fff;
  pointer-events: none;
}

.zxy-index-item8 .zxy-insight-card-back2 {
  z-index: 1;
  top: 56px;
  bottom: 56px;
  left: 0;
  width: 84%;
  box-shadow: 0 15px 38px rgba(34, 55, 90, 0.035);
}

.zxy-index-item8 .zxy-insight-card-back1 {
  z-index: 2;
  top: 30px;
  bottom: 30px;
  left: 8%;
  width: 84%;
  box-shadow: 0 15px 38px rgba(34, 55, 90, 0.045);
}

.zxy-index-item8 .zxy-insight-card {
  position: relative;
  z-index: 3;
  width: 84%;
  min-height: 570px;
  margin-left: 16%;
  overflow: hidden;
  border: 1px solid #e5e8ed;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 18px 45px rgba(34, 55, 90, 0.07);
}

.zxy-index-item8 .zxy-insight-swiper {
  position: relative;
  width: 100%;
  min-height: 570px;
  overflow: hidden;
  border-radius: 9px;
  background-color: #fff;
}

.zxy-index-item8 .zxy-insight-swiper .swiper-wrapper {
  align-items: stretch;
}

.zxy-index-item8 .zxy-insight-swiper .swiper-slide {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.zxy-index-item8 .zxy-insight-slide {
  width: 100%;
  min-height: 570px;
  padding: 42px 12% 40px;
  text-align: center;
  background-color: #fff;
}

.zxy-index-item8 .zxy-insight-slide-title {
  width: 100%;
  overflow: hidden;
  color: #3a3a3a;
  
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.zxy-index-item8 .zxy-insight-slide-title a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}

.zxy-index-item8 .zxy-insight-slide-title a:hover {
  color: #0645b5;
}

.zxy-index-item8 .zxy-insight-slide-line {
  width: 22px;
  height: 3px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  background-color: #0645b5;
}

.zxy-index-item8 .zxy-insight-slide-image {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.zxy-index-item8 .zxy-insight-slide-image a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.zxy-index-item8 .zxy-insight-slide-image img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
}

.zxy-index-item8 .zxy-insight-slide-image:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.zxy-index-item8 .zxy-insight-slide-text {
  width: 94%;
  min-height: 144px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  color: #373737;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.zxy-index-item8 .zxy-insight-more {
  width: 124px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0645b5;
  border-radius: 20px;
  color: #fff;
  background-color: #0645b5;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.zxy-index-item8 .zxy-insight-more:hover {
  color: #0645b5;
  background-color: #fff;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(6, 69, 181, 0.18);
}

.zxy-index-item8 .zxy-insight-arrow {
  position: absolute;
  z-index: 8;
  top: 34%;
  width: 34px;
  height: 44px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.zxy-index-item8 .zxy-insight-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
}

.zxy-index-item8 .zxy-insight-prev {
  left: 3%;
}

.zxy-index-item8 .zxy-insight-prev::before {
  left: 11px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}

.zxy-index-item8 .zxy-insight-next {
  right: 3%;
}

.zxy-index-item8 .zxy-insight-next::before {
  right: 11px;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}

.zxy-index-item8 .zxy-insight-arrow:hover::before {
  border-color: #0645b5;
}

.zxy-index-item8 .zxy-insight-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.zxy-index-item8 .zxy-insight-right {
  width: 54%;
  margin-left: 8%;
}

.zxy-index-item8 .zxy-insight-news-list {
  width: 100%;
}

.zxy-index-item8 .zxy-insight-news-item {
  width: 100%;
  min-height: 132px;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}

.zxy-index-item8 .zxy-insight-news-item:first-child {
  padding-top: 0;
}

.zxy-index-item8 .zxy-insight-news-item:last-child {
  border-bottom: 0;
}

.zxy-index-item8 .zxy-insight-date {
  width: 92px;
  height: 84px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  border-radius: 9px;
  background-color: #fff;
}

.zxy-index-item8 .zxy-insight-date span {
  display: block;
  color: #191919;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.zxy-index-item8 .zxy-insight-date strong {
  display: block;
  margin-top: 5px;
  color: #1464ea;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.zxy-index-item8 .zxy-insight-news-info {
  width: 82%;
  margin-left: 5%;
  overflow: hidden;
}

.zxy-index-item8 .zxy-insight-news-title {
  width: 100%;
  overflow: hidden;
  color: #272727;
  
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45;
}

.zxy-index-item8 .zxy-insight-news-title a {
  width: 100%;
  display: block;
  overflow: hidden;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
}

.zxy-index-item8 .zxy-insight-news-text {
  width: 100%;
  margin-top: 9px;
  color: #414141;
  font-size: 16px;
  line-height: 1.7;
}

.zxy-index-item8
  .zxy-insight-news-item:hover
  .zxy-insight-news-title a {
  color: #0645b5;
}

@media screen and (max-width: 1400px) {


  .zxy-index-item8 .zxy-insight-layout {
    margin-top: 68px;
  }

  .zxy-index-item8 .zxy-insight-left {
    width: 38%;
  }

  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 525px;
  }

  .zxy-index-item8 .zxy-insight-card-back2 {
    top: 50px;
    bottom: 50px;
  }

  .zxy-index-item8 .zxy-insight-card-back1 {
    top: 28px;
    bottom: 28px;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 36px 11% 34px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 20px;
  }

  .zxy-index-item8 .zxy-insight-slide-image {
    margin-top: 22px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 132px;
    margin-top: 21px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-right {
    width: 55%;
    margin-left: 7%;
  }

  .zxy-index-item8 .zxy-insight-news-item {
    min-height: 122px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 84px;
    height: 78px;
  }

  .zxy-index-item8 .zxy-insight-date span {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    font-size: 23px;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {


  .zxy-index-item8 .zxy-insight-layout {
    margin-top: 55px;
  }

  .zxy-index-item8 .zxy-insight-left {
    width: 39%;
  }

  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 480px;
  }

  .zxy-index-item8 .zxy-insight-card-back2 {
    top: 44px;
    bottom: 44px;
  }

  .zxy-index-item8 .zxy-insight-card-back1 {
    top: 25px;
    bottom: 25px;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 32px 10% 30px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 18px;
  }

  .zxy-index-item8 .zxy-insight-slide-line {
    margin-top: 12px;
  }

  .zxy-index-item8 .zxy-insight-slide-image {
    margin-top: 18px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 120px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

  .zxy-index-item8 .zxy-insight-more {
    width: 112px;
    height: 32px;
    margin-top: 15px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-right {
    width: 56%;
    margin-left: 5%;
  }

  .zxy-index-item8 .zxy-insight-news-item {
    min-height: 110px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 76px;
    height: 72px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    font-size: 20px;
  }

  .zxy-index-item8 .zxy-insight-news-info {
    width: 83%;
    margin-left: 4%;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media screen and (max-width: 992px) {


  .zxy-index-item8 .zxy-insight-layout {
    display: block;
    margin-top: 48px;
  }

  .zxy-index-item8 .zxy-insight-left {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }

  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 500px;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 35px 11% 32px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 19px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 125px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-right {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .zxy-index-item8 .zxy-insight-news-item {
    min-height: 118px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 86px;
    height: 78px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    font-size: 22px;
  }

  .zxy-index-item8 .zxy-insight-news-info {
    width: 84%;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {


  .zxy-index-item8 .zxy-insight-layout {
    margin-top: 40px;
  }

  .zxy-index-item8 .zxy-insight-left {
    width: 82%;
  }

  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 470px;
  }

  .zxy-index-item8 .zxy-insight-card {
    width: 86%;
    margin-left: 14%;
  }

  .zxy-index-item8 .zxy-insight-card-back1,
  .zxy-index-item8 .zxy-insight-card-back2 {
    width: 86%;
  }

  .zxy-index-item8 .zxy-insight-card-back1 {
    left: 7%;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 30px 10% 28px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 18px;
  }

  .zxy-index-item8 .zxy-insight-slide-image {
    margin-top: 18px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 115px;
    margin-top: 17px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-right {
    margin-top: 50px;
  }

  .zxy-index-item8 .zxy-insight-news-item {
    min-height: 106px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 75px;
    height: 70px;
  }

  .zxy-index-item8 .zxy-insight-date span {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    font-size: 19px;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 520px) {


  .zxy-index-item8 .zxy-insight-layout {
    margin-top: 32px;
  }

  .zxy-index-item8 .zxy-insight-left {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 435px;
  }

  .zxy-index-item8 .zxy-insight-card {
    width: 90%;
    margin-left: 10%;
  }

  .zxy-index-item8 .zxy-insight-card-back1,
  .zxy-index-item8 .zxy-insight-card-back2 {
    width: 90%;
  }

  .zxy-index-item8 .zxy-insight-card-back1 {
    top: 23px;
    bottom: 23px;
    left: 5%;
  }

  .zxy-index-item8 .zxy-insight-card-back2 {
    top: 42px;
    bottom: 42px;
    left: 0;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 26px 9% 25px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-slide-line {
    width: 18px;
    height: 2px;
    margin-top: 10px;
  }

  .zxy-index-item8 .zxy-insight-slide-image {
    margin-top: 15px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 108px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .zxy-index-item8 .zxy-insight-more {
    width: 104px;
    height: 30px;
    margin-top: 13px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-arrow {
    top: 32%;
  }

  .zxy-index-item8 .zxy-insight-right {
    margin-top: 42px;
  }

  .zxy-index-item8 .zxy-insight-news-item {
    min-height: 0;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 64px;
    height: 62px;
  }

  .zxy-index-item8 .zxy-insight-date span {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    margin-top: 3px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-info {
    width: 76%;
    margin-left: 5%;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 380px) {


  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 405px;
  }

  .zxy-index-item8 .zxy-insight-card-back1 {
    top: 20px;
    bottom: 20px;
  }

  .zxy-index-item8 .zxy-insight-card-back2 {
    top: 36px;
    bottom: 36px;
  }

  .zxy-index-item8 .zxy-insight-slide {
    padding: 23px 8% 22px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-slide-text {
    min-height: 100px;
    margin-top: 13px;
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-arrow {
    top: 31%;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 58px;
    height: 58px;
  }

  .zxy-index-item8 .zxy-insight-date strong {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-info {
    width: 77%;
    margin-left: 4%;
  }

  .zxy-index-item8 .zxy-insight-news-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-news-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .zxy-index-item8 .zxy-insight-card-wrap,
  .zxy-index-item8 .zxy-insight-card,
  .zxy-index-item8 .zxy-insight-swiper,
  .zxy-index-item8 .zxy-insight-slide {
    min-height: 385px;
  }

  .zxy-index-item8 .zxy-insight-slide-title {
    font-size: 16px;
  }

  .zxy-index-item8 .zxy-insight-date {
    width: 54px;
    height: 55px;
  }

  .zxy-index-item8 .zxy-insight-news-info {
    width: 78%;
    margin-left: 3%;
  }
}
/* zxy-index-item8 */


/* zxy-index-item9 */
.zxy-index-item9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0643a6;
  background-image:
    radial-gradient(
      circle at 15% 20%,
      rgba(31, 113, 255, 0.32) 0%,
      rgba(31, 113, 255, 0) 31%
    ),
    radial-gradient(
      circle at 88% 75%,
      rgba(3, 35, 116, 0.55) 0%,
      rgba(3, 35, 116, 0) 36%
    ),
    linear-gradient(
      135deg,
      #0849b4 0%,
      #0642a6 50%,
      #073b94 100%
    );
}

.zxy-index-item9::before,
.zxy-index-item9::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.zxy-index-item9::before {
  top: -220px;
  left: -150px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.02),
    0 0 0 140px rgba(255, 255, 255, 0.015);
}

.zxy-index-item9::after {
  right: -180px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  background-color: rgba(24, 104, 231, 0.18);
  filter: blur(12px);
}

.zxy-index-item9 .warp-mb {
  position: relative;
  z-index: 2;
}

.zxy-index-item9 .zxy-partner-title {
  width: 100%;
  text-align: center;
}

.zxy-index-item9 .zxy-partner-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  color: #fff;
  
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.zxy-index-item9 .zxy-partner-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background-color: #62a6ff;
  box-shadow: 0 0 12px rgba(98, 166, 255, 0.65);
  transform: translateX(-50%);
}

.zxy-index-item9 .zxy-partner-box {
  position: relative;
  width: 100%;
  margin-top: 48px;
  padding: 38px 8%;
  overflow: hidden;
  border: 1px solid rgba(219, 234, 255, 0.75);
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      rgba(242, 247, 255, 0.98) 0%,
      rgba(228, 237, 251, 0.98) 100%
    );
  box-shadow:
    0 18px 45px rgba(0, 31, 99, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.zxy-index-item9 .zxy-partner-box::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -22%;
  width: 20%;
  height: 340%;
  opacity: 0.5;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(18deg);
  animation: zxyPartnerLight 8s ease-in-out infinite;
}

.zxy-index-item9 .zxy-partner-list {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zxy-index-item9 .zxy-partner-item {
  width: 15.6%;
  opacity: 0;
  transform: translateY(18px);
  animation: zxyPartnerShow 0.65s ease forwards;
}

.zxy-index-item9 .zxy-partner-item:nth-child(n + 7) {
  margin-top: 20px;
}

.zxy-index-item9 .zxy-partner-item:nth-child(1) {
  animation-delay: 0.05s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(2) {
  animation-delay: 0.1s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(3) {
  animation-delay: 0.15s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(4) {
  animation-delay: 0.2s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(5) {
  animation-delay: 0.25s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(6) {
  animation-delay: 0.3s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(7) {
  animation-delay: 0.35s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(8) {
  animation-delay: 0.4s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(9) {
  animation-delay: 0.45s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(10) {
  animation-delay: 0.5s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(11) {
  animation-delay: 0.55s;
}

.zxy-index-item9 .zxy-partner-item:nth-child(12) {
  animation-delay: 0.6s;
}

.zxy-index-item9 .zxy-partner-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(215, 224, 238, 0.75);
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(26, 68, 128, 0.05);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.zxy-index-item9 .zxy-partner-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -120%;
  width: 42%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.82) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.65s ease;
  -webkit-transition: left 0.65s ease;
}

.zxy-index-item9 .zxy-partner-card img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
  -webkit-transition:
    -webkit-transform 0.45s ease,
    filter 0.45s ease;
}

.zxy-index-item9 .zxy-partner-item:hover .zxy-partner-card {
  border-color: rgba(31, 105, 220, 0.52);
  box-shadow:
    0 14px 30px rgba(17, 69, 151, 0.18),
    0 0 0 2px rgba(34, 112, 231, 0.07);
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}

.zxy-index-item9 .zxy-partner-item:hover .zxy-partner-card::before {
  left: 130%;
}

.zxy-index-item9 .zxy-partner-item:hover .zxy-partner-card img {
  filter: contrast(1.03);
  transform: scale(1.035);
  -webkit-transform: scale(1.035);
}

@keyframes zxyPartnerShow {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes zxyPartnerShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes zxyPartnerLight {
  0%,
  20% {
    left: -22%;
  }

  65%,
  100% {
    left: 115%;
  }
}

@-webkit-keyframes zxyPartnerLight {
  0%,
  20% {
    left: -22%;
  }

  65%,
  100% {
    left: 115%;
  }
}

@media screen and (max-width: 1400px) {


  .zxy-index-item9 .zxy-partner-box {
    margin-top: 42px;
    padding: 34px 7%;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 15.7%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 7) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item9 .zxy-partner-title h2 {
    padding-bottom: 15px;
  }

  .zxy-index-item9 .zxy-partner-box {
    margin-top: 36px;
    padding: 32px 6%;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 23.5%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 7) {
    margin-top: 0;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 992px) {


  .zxy-index-item9 .zxy-partner-box {
    margin-top: 32px;
    padding: 30px 5%;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 31.7%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 5) {
    margin-top: 0;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 4) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {


  .zxy-index-item9 .zxy-partner-title h2::after {
    width: 30px;
  }

  .zxy-index-item9 .zxy-partner-box {
    margin-top: 28px;
    padding: 25px 4%;
    border-radius: 10px;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 32%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 4) {
    margin-top: 16px;
  }

  .zxy-index-item9 .zxy-partner-item:hover .zxy-partner-card {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
}

@media screen and (max-width: 520px) {
  .zxy-index-item9 .zxy-partner-title h2 {
    padding-bottom: 12px;
  }

  .zxy-index-item9 .zxy-partner-box {
    margin-top: 24px;
    padding: 20px 4%;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 48.3%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 4) {
    margin-top: 0;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 3) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 380px) {


  .zxy-index-item9 .zxy-partner-box {
    margin-top: 22px;
    padding: 16px 3%;
    border-radius: 8px;
  }

  .zxy-index-item9 .zxy-partner-item {
    width: 48%;
  }

  .zxy-index-item9 .zxy-partner-item:nth-child(n + 3) {
    margin-top: 12px;
  }
}

@media screen and (max-width: 320px) {


  .zxy-index-item9 .zxy-partner-box {
    padding: 14px 3%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zxy-index-item9 .zxy-partner-box::before,
  .zxy-index-item9 .zxy-partner-item {
    animation: none;
    -webkit-animation: none;
  }

  .zxy-index-item9 .zxy-partner-item {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }

  .zxy-index-item9 .zxy-partner-card,
  .zxy-index-item9 .zxy-partner-card img,
  .zxy-index-item9 .zxy-partner-card::before {
    transition: none;
    -webkit-transition: none;
  }
}

/* zxy-index-item9 */

/* zxy-index-item10 */
.zxy-index-item10 {
  position: relative;
  width: 100%;
  height: 232px;
  overflow: hidden;
  background-color: #0d0e10;
}

.zxy-index-item10::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(8, 9, 10, 0.92) 0%,
      rgba(8, 9, 10, 0.43) 24%,
      rgba(8, 9, 10, 0.12) 47%,
      rgba(8, 9, 10, 0.26) 74%,
      rgba(8, 9, 10, 0.88) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 0.02) 47%,
      rgba(0, 0, 0, 0.4) 100%
    );
}

.zxy-index-item10::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -45%;
  left: -20%;
  width: 28%;
  height: 190%;
  opacity: 0.28;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(35, 122, 255, 0) 0%,
    rgba(35, 122, 255, 0.42) 50%,
    rgba(35, 122, 255, 0) 100%
  );
  filter: blur(22px);
  transform: rotate(10deg);
  animation: zxyServiceLight 9s ease-in-out infinite;
}

.zxy-index-item10 .zxy-service-bg {
  position: absolute;
  z-index: 1;
  top: -4%;
  left: -2%;
  width: 104%;
  height: 108%;
  background-image: url("../images/index-item10-bg.jpg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: cover;
  transform-origin: center;
  animation: zxyServiceBg 12s ease-in-out infinite alternate;
}

.zxy-index-item10 .warp-mb {
  position: relative;
  z-index: 4;
  height: 100%;
}

.zxy-index-item10 .zxy-service-list {
  width: 66%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 24%;
}

.zxy-index-item10 .zxy-service-item {
  position: relative;
  width: 33.333%;
  padding-left: 5%;
  opacity: 0;
  transform: translateY(24px);
  animation: zxyServiceShow 0.8s ease forwards;
}

.zxy-index-item10 .zxy-service-item:nth-child(1) {
  animation-delay: 0.15s;
}

.zxy-index-item10 .zxy-service-item:nth-child(2) {
  animation-delay: 0.35s;
}

.zxy-index-item10 .zxy-service-item:nth-child(3) {
  animation-delay: 0.55s;
}


.zxy-index-item10 .zxy-service-number {
  display: block;
  color: #fff;
  
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-shadow:
    0 3px 16px rgba(0, 0, 0, 0.48),
    0 0 20px rgba(42, 119, 235, 0.08);
  transition:
    color 0.4s ease,
    text-shadow 0.4s ease,
    transform 0.4s ease;
  -webkit-transition:
    color 0.4s ease,
    text-shadow 0.4s ease,
    -webkit-transform 0.4s ease;
  animation: zxyServiceNumber 4.8s ease-in-out infinite;
}

.zxy-index-item10 .zxy-service-item:nth-child(2) .zxy-service-number {
  animation-delay: 0.6s;
}

.zxy-index-item10 .zxy-service-item:nth-child(3) .zxy-service-number {
  animation-delay: 1.2s;
}

.zxy-index-item10 .zxy-service-text {
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  transition:
    color 0.4s ease,
    transform 0.4s ease;
  -webkit-transition:
    color 0.4s ease,
    -webkit-transform 0.4s ease;
}


.zxy-index-item10
  .zxy-service-item:hover
  .zxy-service-number {
  color: #6eaeff;
  text-shadow:
    0 3px 16px rgba(0, 0, 0, 0.5),
    0 0 22px rgba(45, 132, 255, 0.48);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.zxy-index-item10 .zxy-service-item:hover .zxy-service-text {
  color: #fff;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

@keyframes zxyServiceBg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.035);
  }
}

@-webkit-keyframes zxyServiceBg {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.035);
  }
}

@keyframes zxyServiceLight {
  0%,
  20% {
    left: -20%;
    opacity: 0;
  }

  45% {
    opacity: 0.3;
  }

  75%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@-webkit-keyframes zxyServiceLight {
  0%,
  20% {
    left: -20%;
    opacity: 0;
  }

  45% {
    opacity: 0.3;
  }

  75%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes zxyServiceShow {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes zxyServiceShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes zxyServiceNumber {
  0%,
  100% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.48),
      0 0 12px rgba(42, 119, 235, 0.05);
  }

  50% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.48),
      0 0 22px rgba(42, 119, 235, 0.22);
  }
}

@-webkit-keyframes zxyServiceNumber {
  0%,
  100% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.48),
      0 0 12px rgba(42, 119, 235, 0.05);
  }

  50% {
    text-shadow:
      0 3px 16px rgba(0, 0, 0, 0.48),
      0 0 22px rgba(42, 119, 235, 0.22);
  }
}

@media screen and (max-width: 1400px) {
  .zxy-index-item10 {
    height: 220px;
  }

  .zxy-index-item10 .zxy-service-list {
    width: 68%;
    margin-left: 23%;
  }

  .zxy-index-item10 .zxy-service-item {
    padding-left: 4%;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 42px;
  }

  .zxy-index-item10 .zxy-service-text {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .zxy-index-item10 {
    height: 205px;
  }

  .zxy-index-item10 .zxy-service-bg {
    background-position: center 54%;
  }

  .zxy-index-item10 .zxy-service-list {
    width: 72%;
    margin-left: 20%;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 37px;
  }

  .zxy-index-item10 .zxy-service-text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media screen and (max-width: 992px) {
  .zxy-index-item10 {
    height: 190px;
  }

  .zxy-index-item10::before {
    background:
      linear-gradient(
        90deg,
        rgba(8, 9, 10, 0.86) 0%,
        rgba(8, 9, 10, 0.34) 35%,
        rgba(8, 9, 10, 0.28) 68%,
        rgba(8, 9, 10, 0.82) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.38) 100%
      );
  }

  .zxy-index-item10 .zxy-service-list {
    width: 78%;
    margin-left: 17%;
  }

  .zxy-index-item10 .zxy-service-item {
    padding-left: 3%;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 32px;
  }

  .zxy-index-item10 .zxy-service-text {
    margin-top: 11px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .zxy-index-item10 {
    height: auto;
    min-height: 380px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .zxy-index-item10::before {
    background:
      linear-gradient(
        90deg,
        rgba(8, 9, 10, 0.76) 0%,
        rgba(8, 9, 10, 0.48) 50%,
        rgba(8, 9, 10, 0.76) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.24) 0%,
        rgba(0, 0, 0, 0.58) 100%
      );
  }

  .zxy-index-item10 .zxy-service-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 58% center;
  }

  .zxy-index-item10 .warp-mb {
    height: auto;
  }

  .zxy-index-item10 .zxy-service-list {
    width: 58%;
    height: auto;
    display: block;
    margin-left: 39%;
  }

  .zxy-index-item10 .zxy-service-item {
    width: 100%;
    padding-left: 24px;
  }

  .zxy-index-item10 .zxy-service-item:nth-child(n + 2) {
    margin-top: 32px;
  }

  .zxy-index-item10 .zxy-service-item::before {
    opacity: 0.55;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 31px;
  }

  .zxy-index-item10 .zxy-service-text {
    margin-top: 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .zxy-index-item10 {
    min-height: 390px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .zxy-index-item10::before {
    background: rgba(5, 7, 10, 0.66);
  }

  .zxy-index-item10 .zxy-service-bg {
    background-position: 60% center;
  }

  .zxy-index-item10 .zxy-service-list {
    width: 66%;
    margin-left: 30%;
  }

  .zxy-index-item10 .zxy-service-item {
    padding-left: 20px;
  }

  .zxy-index-item10 .zxy-service-item:nth-child(n + 2) {
    margin-top: 30px;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 28px;
  }

  .zxy-index-item10 .zxy-service-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 380px) {
  .zxy-index-item10 {
    min-height: 370px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .zxy-index-item10 .zxy-service-list {
    width: 72%;
    margin-left: 24%;
  }

  .zxy-index-item10 .zxy-service-item {
    padding-left: 17px;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 25px;
  }

  .zxy-index-item10 .zxy-service-text {
    margin-top: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .zxy-index-item10 .zxy-service-list {
    width: 76%;
    margin-left: 20%;
  }

  .zxy-index-item10 .zxy-service-number {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zxy-index-item10::after,
  .zxy-index-item10 .zxy-service-bg,
  .zxy-index-item10 .zxy-service-item,
  .zxy-index-item10 .zxy-service-number {
    animation: none;
    -webkit-animation: none;
  }

  .zxy-index-item10 .zxy-service-item {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
/* zxy-index-item10 */


/* zxy-index-item11 */
/* zxy-index-item11 */
.zxy-index-item11 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 61%,
      #000000 61%,
      #000000 100%
    );
}

.zxy-index-item11 .warp-mb {
  position: relative;
  z-index: 2;
}

.zxy-index-item11 .zxy-contact-layout {
  width: 100%;
  min-height: 742px;
  display: flex;
  align-items: flex-start;
  padding: 90px 65px 74px;
  background-color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
}

.zxy-index-item11 .zxy-contact-left {
  width: 41%;
}

.zxy-index-item11 .zxy-contact-guide {
  width: 100%;
  min-height: 570px;
  padding: 50px 30px;
  border-radius: 34px;
  background:
    linear-gradient(
      145deg,
      #f8f8f8 0%,
      #f3f3f3 55%,
      #f7f7f7 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 35px rgba(30, 50, 80, 0.025);
}

.zxy-index-item11 .zxy-contact-guide-title {
  padding: 0;
  color: #111;
  
  font-size: 24px;
  font-weight: bold;
  line-height: 1.48;
  text-align: left;
}

.zxy-index-item11 .zxy-contact-guide-list {
  width: 100%;
  margin-top: 38px;
}

.zxy-index-item11 .zxy-contact-guide-item {
  position: relative;
  width: 100%;
  padding-left: 28px;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  -webkit-transition:
    -webkit-transform 0.35s ease,
    opacity 0.35s ease;
}

.zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2) {
  margin-top: 24px;
}

.zxy-index-item11 .zxy-contact-guide-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #0788d2;
  transition:
    transform 0.35s ease,
    background-color 0.35s ease;
  -webkit-transition:
    -webkit-transform 0.35s ease,
    background-color 0.35s ease;
}

.zxy-index-item11 .zxy-contact-guide-item p {
  color: #838383;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
}

.zxy-index-item11 .zxy-contact-guide-item:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.zxy-index-item11 .zxy-contact-guide-item:hover::before {
  background-color: #0645b5;
  transform: rotate(45deg) scale(1.15);
  -webkit-transform: rotate(45deg) scale(1.15);
}

.zxy-index-item11 .zxy-contact-guide-item:hover p {
  color: #4c4c4c;
}

.zxy-index-item11 .zxy-contact-right {
  width: 52%;
  margin-left: 7%;
}

.zxy-index-item11 .zxy-contact-title {
  padding: 0;
  color: #292929;
  
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.zxy-index-item11 .zxy-contact-subtitle {
  margin-top: 14px;
  color: #777;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

.zxy-index-item11 .index-item11-from {
  width: 100%;
  min-height: 470px;
  margin-top: 28px;
}

/* 表单后续插入到占位容器后，可继承宽度 */
.zxy-index-item11 .index-item11-from form {
  width: 100%;
}

/* 1400 */
@media screen and (max-width: 1400px) {
  .zxy-index-item11 .zxy-contact-layout {
    min-height: 680px;
    padding: 75px 55px 65px;
  }

  .zxy-index-item11 .zxy-contact-left {
    width: 41%;
  }

  .zxy-index-item11 .zxy-contact-guide {
    min-height: 535px;
    padding: 40px 30px;
    border-radius: 20px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 22px;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    margin-top: 32px;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2) {
    margin-top: 20px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
  }


  .zxy-index-item11 .zxy-contact-subtitle {
    margin-top: 12px;
    font-size: 16px;
  }

  .zxy-index-item11 .index-item11-from {
    min-height: 440px;
    margin-top: 25px;
  }
}

/* 1200 */
@media screen and (max-width: 1200px) {
  .zxy-index-item11 .zxy-contact-layout {
    min-height: 620px;
    padding: 62px 42px 58px;
  }

  .zxy-index-item11 .zxy-contact-left {
    width: 42%;
  }

  .zxy-index-item11 .zxy-contact-guide {
    min-height: 500px;
    padding: 35px 25px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 19px;
    line-height: 1.45;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    margin-top: 28px;
  }

  .zxy-index-item11 .zxy-contact-guide-item {
    padding-left: 23px;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2) {
    margin-top: 17px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
    line-height: 1.6;
  }

  .zxy-index-item11 .zxy-contact-right {
    width: 53%;
    margin-left: 5%;
  }


  .zxy-index-item11 .zxy-contact-subtitle {
    font-size: 16px;
  }

  .zxy-index-item11 .index-item11-from {
    min-height: 410px;
    margin-top: 22px;
  }
}

/* 992 */
@media screen and (max-width: 992px) {
  .zxy-index-item11 {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 73%,
        #000000 73%,
        #000000 100%
      );
  }

  .zxy-index-item11 .zxy-contact-layout {
    min-height: 0;
    display: block;
    padding: 55px 8% 60px;
  }

  .zxy-index-item11 .zxy-contact-left {
    width: 100%;
  }

  .zxy-index-item11 .zxy-contact-guide {
    min-height: 0;
    padding: 42px 8% 40px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 22px;
  }

  .zxy-index-item11 .zxy-contact-guide-title br {
    display: none;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  .zxy-index-item11 .zxy-contact-guide-item {
    width: 48%;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2) {
    margin-top: 0;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
  }

  .zxy-index-item11 .zxy-contact-right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }


  .zxy-index-item11 .zxy-contact-subtitle {
    font-size: 16px;
  }

  .zxy-index-item11 .index-item11-from {
    min-height: 430px;
    margin-top: 25px;
  }
}

/* 768 */
@media screen and (max-width: 768px) {
  .zxy-index-item11 .zxy-contact-layout {
    padding: 45px 5% 50px;
  }

  .zxy-index-item11 .zxy-contact-guide {
    padding: 36px 7% 35px;
    border-radius: 23px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 20px;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    margin-top: 26px;
  }

  .zxy-index-item11 .zxy-contact-guide-item {
    width: 100%;
    padding-left: 22px;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2),
  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 3) {
    margin-top: 17px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
  }

  .zxy-index-item11 .zxy-contact-right {
    margin-top: 42px;
  }


  .zxy-index-item11 .zxy-contact-subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  .zxy-index-item11 .index-item11-from {
    min-height: 400px;
    margin-top: 22px;
  }
}

/* 520 */
@media screen and (max-width: 520px) {
  .zxy-index-item11 {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 82%,
        #000000 82%,
        #000000 100%
      );
  }

  .zxy-index-item11 .zxy-contact-layout {
    padding: 35px 4% 42px;
  }

  .zxy-index-item11 .zxy-contact-guide {
    padding: 30px 7% 30px;
    border-radius: 19px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 18px;
    line-height: 1.45;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    margin-top: 23px;
  }

  .zxy-index-item11 .zxy-contact-guide-item {
    padding-left: 19px;
  }

  .zxy-index-item11 .zxy-contact-guide-item::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2),
  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 3) {
    margin-top: 15px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
    line-height: 1.6;
  }

  .zxy-index-item11 .zxy-contact-right {
    margin-top: 35px;
  }


  .zxy-index-item11 .zxy-contact-subtitle {
    font-size: 16px;
  }

  .zxy-index-item11 .index-item11-from {
    min-height: 370px;
    margin-top: 19px;
  }
}

/* 380 */
@media screen and (max-width: 380px) {
  .zxy-index-item11 .zxy-contact-layout {
    padding: 30px 3% 38px;
  }

  .zxy-index-item11 .zxy-contact-guide {
    padding: 27px 6% 27px;
    border-radius: 17px;
  }

  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 16px;
  }

  .zxy-index-item11 .zxy-contact-guide-list {
    margin-top: 20px;
  }

  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 2),
  .zxy-index-item11 .zxy-contact-guide-item:nth-child(n + 3) {
    margin-top: 13px;
  }

  .zxy-index-item11 .zxy-contact-guide-item p {
    font-size: 16px;
  }

  .zxy-index-item11 .zxy-contact-right {
    margin-top: 30px;
  }


  .zxy-index-item11 .index-item11-from {
    min-height: 350px;
    margin-top: 17px;
  }
}

/* 320 */
@media screen and (max-width: 320px) {
  .zxy-index-item11 .zxy-contact-guide-title {
    font-size: 16px;
  }

  .zxy-index-item11 .zxy-contact-guide-item {
    padding-left: 17px;
  }


  .zxy-index-item11 .index-item11-from {
    min-height: 330px;
  }
}
/* zxy-index-item11 */


/* footer */

.zxy-footer {
  width: 100%;
  overflow: hidden;
  background-color: #171717;
}

.zxy-footer .zxy-footer-main {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #171717;
}

.zxy-footer .zxy-footer-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.zxy-footer .zxy-footer-brand {
  width: 30%;
  padding-right: 4%;
}

.zxy-footer .zxy-footer-logo {
  width: 210px;
  display: block;
}

.zxy-footer .zxy-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.zxy-footer .zxy-footer-contact-list {
  width: 100%;
  margin-top: 40px;
}

.zxy-footer .zxy-footer-contact-list li {
  position: relative;
  min-height: 24px;
  padding-left: 46px;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 24px;
}

.zxy-footer .zxy-footer-contact-list li + li {
  margin-top: 16px;
}

.zxy-footer .zxy-footer-contact-list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zxy-footer .zxy-footer-contact-list li:nth-child(1)::before {
  background-image: url("../images/icon1.png");
}

.zxy-footer .zxy-footer-contact-list li:nth-child(2)::before {
  background-image: url("../images/icon2.png");
}

.zxy-footer .zxy-footer-contact-list li:nth-child(3)::before {
  background-image: url("../images/icon3.png");
}

.zxy-footer .zxy-footer-contact-list li a,
.zxy-footer .zxy-footer-contact-list li span {
  color: #bdbdbd;
  font-size: inherit;
  line-height: inherit;
  transition: color 0.35s ease;
}

.zxy-footer .zxy-footer-contact-list li a:hover {
  color: #ffffff;
}

.zxy-footer .zxy-footer-social-list {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.zxy-footer .zxy-footer-social-list li {
  width: 25px;
  height: 25px;
}

.zxy-footer .zxy-footer-social-list li + li {
  margin-left: 18px;
}

.zxy-footer .zxy-footer-social-list li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 50%;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.zxy-footer .zxy-footer-social-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zxy-footer .zxy-footer-social-list li:nth-child(1) a::before {
  background-image: url("../images/icon4.png");
}

.zxy-footer .zxy-footer-social-list li:nth-child(2) a::before {
  background-image: url("../images/icon5.png");
}

.zxy-footer .zxy-footer-social-list li:nth-child(3) a::before {
  background-image: url("../images/icon6.png");
}

.zxy-footer .zxy-footer-social-list li:nth-child(4) a::before {
  background-image: url("../images/icon7.png");
}

.zxy-footer .zxy-footer-social-list li:nth-child(5) a::before {
  background-image: url("../images/icon8.png");
}

.zxy-footer .zxy-footer-social-list li a:hover {
  opacity: 0.82;
  transform: translateY(-4px);
}

.zxy-footer .zxy-footer-column h3 {
  padding: 0;
  color: #f2f2f2;
  
  font-weight: bold;
  line-height: 1.3;
}

.zxy-footer .zxy-footer-cases {
  width: 14%;
}

.zxy-footer .zxy-footer-solutions {
  width: 16%;
}

.zxy-footer .zxy-footer-about-links {
  width: 16%;
}

.zxy-footer .zxy-footer-intro {
  width: 24%;
}

.zxy-footer .zxy-footer-link-list {
  width: 100%;
  margin-top: 40px;
}

.zxy-footer .zxy-footer-link-list li {
  width: 100%;
}

.zxy-footer .zxy-footer-link-list li + li {
  margin-top: 16px;
}

.zxy-footer .zxy-footer-link-list li a {
  display: inline-block;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 24px;
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

.zxy-footer .zxy-footer-link-list li a:hover{
  color: #009bea;
}

.zxy-footer .zxy-footer-link-list li a:hover {
  transform: translateX(5px);
}

.zxy-footer .zxy-footer-intro p {
  width: 100%;
  margin-top: 40px;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.zxy-footer .zxy-footer-copyright {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  background-color: #1049a8;
}

.zxy-footer .zxy-footer-copyright p {
  width: 100%;
  color: #a9c4eb;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zxy-footer .zxy-footer-logo {
    width: 190px;
  }

  .zxy-footer .zxy-footer-contact-list {
    margin-top: 40px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 40px;
    font-size: 16px;
  }

  .zxy-footer .zxy-footer-contact-list li::before {
    width: 22px;
    height: 22px;
  }

  .zxy-footer .zxy-footer-column h3 {
  }

  .zxy-footer .zxy-footer-link-list,
  .zxy-footer .zxy-footer-intro p {
    margin-top: 40px;
  }


}

@media screen and (max-width: 1200px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .zxy-footer .zxy-footer-brand {
    width: 29%;
    padding-right: 3%;
  }

  .zxy-footer .zxy-footer-cases {
    width: 13%;
  }

  .zxy-footer .zxy-footer-solutions {
    width: 15%;
  }

  .zxy-footer .zxy-footer-about-links {
    width: 15%;
  }

  .zxy-footer .zxy-footer-intro {
    width: 28%;
  }

  .zxy-footer .zxy-footer-logo {
    width: 170px;
  }

  .zxy-footer .zxy-footer-contact-list {
    margin-top: 44px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 34px;
    line-height: 22px;
  }

  .zxy-footer .zxy-footer-contact-list li + li {
    margin-top: 13px;
  }

  .zxy-footer .zxy-footer-contact-list li::before {
    width: 20px;
    height: 20px;
  }

  .zxy-footer .zxy-footer-social-list li {
    width: 23px;
    height: 23px;
  }

  .zxy-footer .zxy-footer-social-list li + li {
    margin-left: 14px;
  }

  .zxy-footer .zxy-footer-column h3 {
  }


  .zxy-footer .zxy-footer-link-list li + li {
    margin-top: 12px;
  }

  .zxy-footer .zxy-footer-link-list li a,
  .zxy-footer .zxy-footer-intro p {
    line-height: 22px;
  }
}

@media screen and (max-width: 992px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .zxy-footer .zxy-footer-brand,
  .zxy-footer .zxy-footer-cases,
  .zxy-footer .zxy-footer-solutions,
  .zxy-footer .zxy-footer-about-links {
    width: 50%;
  }

  .zxy-footer .zxy-footer-intro {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .zxy-footer .zxy-footer-logo {
    width: 180px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    font-size: 16px;
  }

  .zxy-footer .zxy-footer-column h3 {
  }

  .zxy-footer .zxy-footer-link-list {
    margin-top: 40px;
  }


  .zxy-footer .zxy-footer-intro p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .zxy-footer .zxy-footer-logo {
    width: 185px;
  }

  .zxy-footer .zxy-footer-contact-list {
    width: 100%;
    margin-top: 36px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 38px;
    font-size: 16px;
    line-height: 24px;
  }

  .zxy-footer .zxy-footer-contact-list li::before {
    width: 22px;
    height: 22px;
  }

  .zxy-footer .zxy-footer-social-list {
    margin-top: 30px;
  }

  .zxy-footer .zxy-footer-social-list li {
    width: 25px;
    height: 25px;
  }

  .zxy-footer .zxy-footer-social-list li + li {
    margin-left: 18px;
  }

  .zxy-footer .zxy-footer-column h3 {
  }

  .zxy-footer .zxy-footer-link-list {
    margin-top: 26px;
  }

  .zxy-footer .zxy-footer-link-list li + li {
    margin-top: 10px;
  }

  .zxy-footer .zxy-footer-link-list li a {
    font-size: 16px;
  }

  .zxy-footer .zxy-footer-intro {
    margin-top: 42px;
    padding-top: 34px;
  }

  .zxy-footer .zxy-footer-intro p {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .zxy-footer .zxy-footer-copyright {
    min-height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .zxy-footer .zxy-footer-copyright p {
    font-size: 16px;
    line-height: 20px;
  }
   .zxy-footer .zxy-footer-link-list li a,
  .zxy-footer .zxy-footer-intro p {
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .zxy-footer .zxy-footer-logo {
    width: 170px;
  }

  .zxy-footer .zxy-footer-contact-list {
    margin-top: 30px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 34px;
    padding-right: 5px;
    font-size: 16px;
  }

  .zxy-footer .zxy-footer-social-list {
    margin-top: 26px;
  }
  .zxy-footer .zxy-footer-brand,
  .zxy-footer .zxy-footer-cases,
  .zxy-footer .zxy-footer-solutions,
  .zxy-footer .zxy-footer-about-links {
    width: 100%;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .zxy-footer .zxy-footer-column h3 {
  }

  .zxy-footer .zxy-footer-link-list {
    margin-top: 20px;
  }

  .zxy-footer .zxy-footer-link-list li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }

  .zxy-footer .zxy-footer-link-list li + li {
    margin-top: 0;
  }

  .zxy-footer .zxy-footer-intro {
    margin-top: 34px;
    padding-top: 28px;
  }

  .zxy-footer .zxy-footer-intro p {
    margin-top: 18px;
  }
}

@media screen and (max-width: 380px) {
  .zxy-footer .zxy-footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .zxy-footer .zxy-footer-logo {
    width: 155px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 31px;
    line-height: 22px;
  }

  .zxy-footer .zxy-footer-contact-list li::before {
    width: 19px;
    height: 19px;
  }

  .zxy-footer .zxy-footer-social-list li {
    width: 23px;
    height: 23px;
  }

  .zxy-footer .zxy-footer-social-list li + li {
    margin-left: 14px;
  }

  .zxy-footer .zxy-footer-link-list li {
    margin-right: 15px;
  }


  .zxy-footer .zxy-footer-intro p {
    font-size: 16px;
    line-height: 21px;
  }

  .zxy-footer .zxy-footer-copyright p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 320px) {
  .zxy-footer .zxy-footer-logo {
    width: 145px;
  }

  .zxy-footer .zxy-footer-contact-list li {
    padding-left: 28px;
    font-size: 16px;
  }

  .zxy-footer .zxy-footer-column h3 {
  }

  .zxy-footer .zxy-footer-link-list li {
    margin-right: 12px;
  }
}
/* footer */

/* index */


/*全局搜索框*/
.search-nav {
  display: none;
  position: fixed;
  width: 690px;
  z-index: 66666;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-right: 60px;
}

.search-nav.on {
  display: block;
}

.search-field {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  height: 60px;
  border: none;
  padding: 0;
  padding-left: 10px;
}


.search-nav .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  background-color: #2388D9;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .search-submit:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/fdj-icon.png) no-repeat center;
  background-size: 32px;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {

  .search-nav {
    padding-right: 44px;
    width: 98%;
  }


  .search-field {
    line-height: 44px;
    height: 44px;
    font-size: 16px;
  }


  .search-nav .search-submit {
    width: 44px;
    height: 44px;

  }
}

/*全局搜索框*/


/*whatsapp*/
.chat-box {
  position: fixed;
  bottom: 40px;
  left: 10px;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.chat-box .title {
  padding: 0px 16px;
  line-height: 1.6;
  font-size: 16px;
  background-color: rgb(37, 211, 102);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  order: 1;
  display: none;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  padding: 6px 0;
  text-align: center;
}

.chat-box:hover .title {
  display: block;
}

/*whatsapp*/


