html,
body,
ul,
a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  text-decoration: none;

  font-family: "Microsoft YaHei";
  --tw-gradient-to: #b86b47;
  --tw-gradient-from: #7462cc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-text-opacity: 1;
  --vp-c-bg-alpha-with-backdrop: rgba(255, 255, 255, 0.7);
}
a:visited {
  color: #626b7d;
}
a:link {
  color: #626b7d;
}
#svg a {
  color: black;
}
.cpzx-container {
  background-color: rgb(245 244 248 / var(--tw-bg-opacity));
}
main {
  position: relative;
}
.cpzx-container header {
  position: sticky;
  top: 0;
  background: #fff;
  height: 65px;
  z-index: 999;
  overflow: hidden;
  /* backdrop-filter: saturate(50%) blur(8px);
  background-color: var(--vp-c-bg-alpha-with-backdrop); */
}

.cpzx-container header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -100;
  box-sizing: content-box;
  overflow-x: hidden;
  background-color: var(--vp-c-bg-alpha-with-backdrop);
  background-image: url(../images/top-menu-bg.jpg);
  background-position: left;
  transform: scale(15);
  filter: blur(10px);
  opacity: 0.2;
}
header div {
  line-height: 65px;
  max-width: 1450px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.cp-title {
  color: rgb(87 75 144 / var(--tw-text-opacity));
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 10px;
}

object {
  pointer-events: none;
}
.home a {
  padding-top: 12px;
  cursor: pointer;
}

.cpzx-container header div ul li {
  display: inline-block;
  padding: 0 40px;
}

.cpzx-container header div ul li a:hover {
  cursor: pointer;
  color: rgb(87 75 144 / var(--tw-text-opacity));
}

@media screen and (min-width: 1200px) {
  .cpzx-container header div ul li:hover {
    transform: translateY(-4px);
    letter-spacing: 2px;
    transition: 0.5s ease;
  }
}
.cp-list {
  text-align: center;
  flex: 1;
}
.swiper {
  margin-top: 50px;
  max-width: 1450px;
  height: 500px;
}

.swiper-slide img {
  width: 100%;
}
.svg-container {
  /* background-color: #fcfbfc; */
  max-width: 1450px;
  margin: 0 auto;
}
.text {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.text p:first-child {
  font-size: 18px;
  letter-spacing: 5px;
}
.text p:last-child {
  color: #bababa;
}
.text p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.svg-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.svg-box div {
  flex-basis: 400px;
  margin-bottom: 40px;
  text-align: center;
  cursor: pointer;
}

.svg-box div object {
  width: 90px;
  height: 90px;
}
/* article-box */

.article-box {
  box-sizing: border-box;
  border: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article-box div {
  flex-basis: 725px;
  height: 340px;
  overflow: hidden;

  line-height: 30px;
  box-sizing: border-box;
}
.article-box div img {
  width: 100%;
}
.article-box div:nth-child(1) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}
.article-box div:nth-child(4) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}

.article-box div:nth-child(5) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}

.article-box div:nth-child(8) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}
.article-box div:nth-child(9) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}

.article-box div:nth-child(12) {
  padding: 50px 100px 0px 150px;
  background-color: #fcfbfc;
}

.article-box div p:first-child {
  font-size: 18px;
  font-weight: 700;
}

.article-box div p:last-child {
  /* color: #d7d7d7; */
  color: #959595;
}

.mbtibg {
  background-image: url("../images/ui1.png");
  background-size: cover;
}
.hldbg {
  background-image: url("../images/ii2.png");
  background-size: cover;
}

footer div {
  margin-top: 50px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #fff;
  /* height: 65px;
  line-height: 65px; */
  padding: 40px 0;
  color: rgb(87 75 144 / var(--tw-text-opacity));
}

footer div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  box-sizing: content-box;
  overflow-x: hidden;
  background-image: url(../images/top-menu-bg.jpg);
  background-position: left;
  transform: scale(15);
  filter: blur(10px);
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 20px;
  }
  .swiper {
    height: 200px;
  }
  .cp-list ul li {
    padding: 0 10px !important;
  }

  #cp-list {
    white-space: nowrap;
    /* padding: 0 15px; */
    overflow: hidden;
  }
  #cp-list ul {
    min-width: 630px;
    display: inline-block;
  }
  .article-box div:nth-child(4) {
    text-align: center;
    padding: 10px;
  }
  .article-box div:nth-child(1) {
    text-align: center;
    padding: 10px;
  }
  .article-box div:nth-child(5) {
    text-align: center;
    padding: 10px;
  }
  .article-box div:nth-child(8) {
    text-align: center;
    padding: 10px;
  }
  .article-box div:nth-child(9) {
    text-align: center;
    padding: 10px;
  }
  .article-box div:nth-child(12) {
    text-align: center;
    padding: 10px;
  }
  .hldbg {
    background-position: center;
  }
  .mbtibg {
    background-position: center;
  }
}
@media screen and (max-width: 375px) {
  .cp-list {
    display: none;
  }
  .article-box {
    font-size: 12px;
  }
  .article-box div {
    width: 100%;
    height: 250px;
    padding: 10px 10px !important;
  }
  footer {
    font-size: 12px;
  }
  .svg-container {
    font-size: 14px;
  }
}
