@charset "utf-8";
:root {
  --color: #5d5ad6;
  --vh: 100vh;
}
.public-content {
  color: #666;
  line-height: 1.8;
  word-break: break-all;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.public-content iframe {
  width: 100%;
  margin-bottom: 0;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
.font-harmonyoslight {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-harmonyos {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-poppins-medium {
  font-family: 'poppins-medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-poppins-regular {
  font-family: 'poppins-regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font72 {
  font-size: 0.72rem;
}
.font-b {
  font-weight: bold;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-banner {
  position: relative;
  width: 100%;
}
.news-banner .bgimg::before {
  padding-top: 35.20833333%;
}
@media (max-width: 991px) {
  .news-banner .bgimg::before {
    padding-top: 100%;
  }
}
.news-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.news-banner .container .cn1 span {
  color: #111;
  line-height: 1.13888889em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/zpic1.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-banner .public-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: 1.3rem;
  margin: 0 auto;
  width: 86%;
  max-width: 1680px;
}
.public-nav {
  display: flex;
  flex-wrap: wrap;
}
.public-nav .pcn1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.625em;
}
.public-nav .pcn1 span {
  color: #8186d5;
}
.public-nav .pcn1 em {
  font-style: normal;
  color: #7c7c7c;
  margin: 0 0.05rem;
}
.public-pc-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 991px) {
  .public-pc-img {
    display: none;
  }
}
.public-mb-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  display: none;
}
@media (max-width: 991px) {
  .public-mb-img {
    display: block;
  }
}
.news-zujian .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 0.8rem;
  border-bottom: 1px solid #f2f4fb;
}
.news-zujian .container .left {
  display: flex;
  flex-wrap: wrap;
}
.news-zujian .container .left .pcn1 {
  position: relative;
  line-height: 0.8rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.news-zujian .container .left .pcn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.5s;
  height: 2px;
  background-color: #8186d5;
}
.news-zujian .container .left .pcn1.on::before {
  width: 100%;
}
.news-zujian .container .right {
  width: 4rem;
  position: relative;
  margin: 20px 0 20px auto;
}
@media (max-width: 991px) {
  .news-zujian .container .right {
    width: 100%;
    margin-top: 0;
  }
}
.news-zujian .container .right form {
  width: 100%;
  line-height: 50px;
  border: 1px solid #8186d5;
}
.news-zujian .container .right form input {
  padding: 0 60px 0 15px;
  width: 100%;
  color: #7c7c7c;
}
.news-zujian .container .right form input::placeholder {
  color: #7c7c7c;
}
.news-zujian .container .right form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-zujian .container .right form button img {
  width: 16px;
  height: 16px;
}
.news-tuijian {
  padding: 0.8rem 0 0.4rem;
}
.news-tuijian .container .news-box {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .news-tuijian .container .news-box {
    flex-direction: column-reverse;
  }
}
.news-tuijian .container .news-box .left {
  width: 44.3452381%;
}
@media (max-width: 991px) {
  .news-tuijian .container .news-box .left {
    width: 100%;
    margin-top: 0.22rem;
  }
}
.news-tuijian .container .news-box .left .leftbox1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-tuijian .container .news-box .left .leftbox1 .cn0a {
  max-width: 50%;
  line-height: 0.34rem;
  background-color: #8186d5;
  color: #ffffff;
  padding: 0 0.12rem;
}
@media (max-width: 991px) {
  .news-tuijian .container .news-box .left .leftbox1 .cn0a {
    line-height: 0.6rem;
  }
}
.news-tuijian .container .news-box .left .leftbox1 .zhijiao {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.34rem solid #8186d5;
  margin-right: 0.13rem;
}
@media (max-width: 991px) {
  .news-tuijian .container .news-box .left .leftbox1 .zhijiao {
    border-bottom: 0.6rem solid #8186d5;
  }
}
.news-tuijian .container .news-box .left .leftbox1 .cn0b {
  color: #7c7c7c;
}
.news-tuijian .container .news-box .left .cn1 {
  color: #5E5964;
  line-height: 1.27777778em;
  margin-top: 0.17rem;
  transition: all 0.4s;
}
.news-tuijian .container .news-box .left .cn2 {
  color: #7c7c7c;
  line-height: 1.5em;
  margin-top: 0.34rem;
  transition: all 0.4s;
}
.news-tuijian .container .news-box .left .public-btn-more {
  margin-top: 0.77rem;
}
.news-tuijian .container .news-box .right {
  width: 47.61904762%;
}
@media (max-width: 991px) {
  .news-tuijian .container .news-box .right {
    width: 100%;
  }
}
.news-tuijian .container .news-box .right .img::before {
  padding-top: 56.25%;
}
.news-tuijian .container .news-box:hover .left .cn1 {
  color: #6359d6;
}
.news-tuijian .container .news-box:hover .left .public-btn-more p {
  color: #6359d6;
}
.news-tuijian .container .news-box:hover .left .public-btn-more i svg path {
  fill: #6359d6;
}
.news-tuijian .container .news-box:hover .right .img img {
  transform: scale(1.05);
}
.public-btn-more {
  align-items: center;
  display: flex;
}
.public-btn-more p {
  font-weight: bold;
  color: #5E5964;
  transition: all 0.4s;
}
.public-btn-more i {
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
@media (max-width: 991px) {
  .public-btn-more i {
    width: 0.14rem;
  }
}
.public-btn-more i svg,
.public-btn-more i img {
  width: 100%;
  height: auto;
}
.public-btn-more i svg path,
.public-btn-more i img path {
  fill: #000;
  transition: all 0.4s;
}
.news-all .container {
  border-color: 1px solid #f2f4fb;
  padding: 0.6rem 0 1.3rem;
}
.news-all .container .ncn1 {
  color: #5E5964;
  line-height: 1.27777778em;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news-list {
    justify-content: space-between;
  }
}
.news-list .news-list-box {
  margin-top: 0.7rem;
  width: 30.95238095%;
  margin-right: 3.57142857%;
  padding-bottom: 0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .news-list .news-list-box {
    margin-right: 0;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .news-list .news-list-box {
    width: 100%;
  }
}
.news-list .news-list-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
.news-list .news-list-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.4s;
  height: 1px;
  background-color: #8186d5;
}
.news-list .news-list-box:nth-child(3n) {
  margin-right: 0;
}
.news-list .news-list-box .img::before {
  padding-top: 55.76923077%;
}
@media (max-width: 991px) {
  .news-list .news-list-box .img::before {
    padding-top: 56.25%;
  }
}
.news-list .news-list-box .time {
  margin-top: 0.3rem;
  flex-shrink: 0;
  width: 1.4rem;
  display: flex;
  align-items: center;
}
.news-list .news-list-box .time span {
  color: #7c7c7c;
  transition: all 0.4s;
}
.news-list .news-list-box .time i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
@media (max-width: 991px) {
  .news-list .news-list-box .time i {
    width: 0.14rem;
  }
}
.news-list .news-list-box .time i svg,
.news-list .news-list-box .time i img {
  width: 100%;
  height: auto;
}
.news-list .news-list-box .time i svg path,
.news-list .news-list-box .time i img path {
  fill: #7c7c7c;
  transition: all 0.4s;
}
.news-list .news-list-box .pcn1 {
  color: #5E5964;
  height: 2.83333333em;
  line-height: 1.41666667em;
  margin-top: 0.2rem;
  transition: all 0.4s;
}
.news-list .news-list-box .public-btn-more {
  margin-top: 0.1rem;
}
.news-list .news-list-box:hover::after {
  width: 100%;
}
.news-list .news-list-box:hover .img img {
  transform: scale(1.05);
}
.news-list .news-list-box:hover .time span {
  color: #6359d6;
}
.news-list .news-list-box:hover .time i svg path {
  fill: #6359d6;
}
.news-list .news-list-box:hover .pcn1 {
  color: #6359d6;
}
.news-list .news-list-box:hover .public-btn-more p {
  color: #6359d6;
}
.news-list .news-list-box:hover .public-btn-more i svg path {
  fill: #6359d6;
}
.news-more {
  display: block;
  margin-top: 0.7rem;
}
.news-more .more-cn1 {
  text-align: center;
}
.news-more .more-cn2 {
  margin-top: 0.1rem;
  justify-content: center;
  display: flex;
  align-items: center;
}
.news-more .more-cn2 span:nth-child(1) {
  color: #151515;
}
.news-more .more-cn2 span:nth-child(2) {
  color: #7c7c7c;
}
#c-header.navheder a {
  color: #333;
}
#c-header.navheder .c-switch i {
  background-color: #333;
}
.public-nav2 {
  background-color: #f8f8fe;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .public-nav2 {
    display: none;
  }
}
.public-nav2 .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-nav2 .container .pcn1 {
  color: #7c7c7c;
  line-height: 1.625em;
  transition: all 0.5s;
  cursor: pointer;
}
.public-nav2 .container .pcn1:hover {
  color: #8186d5;
}
.public-nav2 .container .pcn2 {
  margin: 0 0.15rem;
  display: flex;
  align-items: center;
}
.public-nav2 .container .pcn2 img {
  width: 0.06rem;
}
@media (max-width: 991px) {
  .public-nav2 .container .pcn2 img {
    width: 0.12rem;
  }
}
.news-info {
  background-color: #f8f8fe;
  padding-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .news-info {
    padding-top: 0.6rem;
  }
}
.news-info .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info .container .left {
  width: 68.57142857%;
}
@media (max-width: 991px) {
  .news-info .container .left {
    width: 100%;
  }
}
.news-info .container .left .cn1 {
  line-height: 1.20833333em;
  color: #5E5964;
}
.news-info .container .left .cn2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem 0;
}
.news-info .container .left .cn2 .cn3 {
  color: #8186d5;
  line-height: 1.625em;
}
.news-info .container .left .cn2 .cn5 {
  display: flex;
  align-items: center;
  margin: 0 0.14rem;
}
.news-info .container .left .cn2 .cn5 img {
  width: 0.08rem;
  height: auto;
}
@media (max-width: 767px) {
  .news-info .container .left .cn2 .cn5 img {
    width: 0.14rem;
  }
}
.news-info .container .left .cn2 .cm4 {
  line-height: 1.625em;
  color: #7c7c7c;
}
.news-info .container .left .cn6 {
  padding-top: 0.3rem;
  border-top: 1px solid #e8e8e8;
}
.news-info .container .left .cn6 p {
  font-family: 'harmonyoslight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #5E5964;
  line-height: 1.875em;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .news-info .container .left .cn6 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news-info .container .left .cn6 p {
    font-size: 0.28rem;
  }
}
.news-info .container .left .cn6 h3 {
  font-family: 'harmonyos', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #5E5964;
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .news-info .container .left .cn6 h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news-info .container .left .cn6 h3 {
    font-size: 0.3rem;
  }
}
.news-info .container .right {
  position: relative;
  width: 25.71428571%;
}
@media (max-width: 991px) {
  .news-info .container .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-info .container .right .rightbox {
  position: sticky;
  right: 0;
  top: 1rem;
  width: 100%;
  background-color: #Fff;
  padding: 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .news-info .container .right .rightbox {
    position: relative;
    top: 0;
  }
}
.news-info .container .right .rightbox .rightbox1 {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}
.news-info .container .right .rightbox .rightbox1 .wechat-qrcode {
  top: calc(100% + 0.2rem);
}
.news-info .container .right .rightbox .rightbox1 .wechat-qrcode:after {
  display: none;
}
.news-info .container .right .rightbox .rightbox1 .cn12 {
  color: #7c7c7c;
}
.news-info .container .right .rightbox .rightbox1 .cn13 {
  margin-left: 0.12rem;
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #7c7c7c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-info .container .right .rightbox .rightbox1 .cn13 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.news-info .container .right .rightbox .rightbox1 .cn13::before {
  display: none;
}
.news-info .container .right .rightbox .rightbox1 .cn13 svg {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.news-info .container .right .rightbox .rightbox1 .cn13 svg path {
  fill: #898989;
  opacity: 1;
  transition: all 0.4s;
  stroke: none;
}
.news-info .container .right .rightbox .rightbox1 .cn13:hover {
  border: 1px solid #8186d5;
  background-color: #8186d5;
}
.news-info .container .right .rightbox .rightbox1 .cn13:hover svg path {
  fill: #Fff;
}
.news-info .container .right .rightbox .rightbox2 .cn11 {
  margin-top: 0.2rem;
  display: block;
}
.news-info .container .right .rightbox .rightbox2 .cn11 .cn11a {
  color: #7c7c7c;
  line-height: 1.71428571em;
}
.news-info .container .right .rightbox .rightbox2 .cn11 .cn11b {
  color: #5E5964;
  line-height: 1.625em;
  margin-top: 0.04rem;
}
.news-info .container .right .rightbox .rightbox3 {
  margin-top: 0.3rem;
}
.news-info .container .right .rightbox .rightbox3 .cn10 {
  display: inline-flex;
  align-items: center;
  color: #8186d5;
  position: relative;
}
.news-info .container .right .rightbox .rightbox3 .cn10::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  background-color: #8186d5;
}
.news-info .container .right .rightbox .rightbox3 .cn10 img {
  width: 0.15rem;
  height: auto;
  margin-right: 0.15rem;
}
@media (max-width: 991px) {
  .news-info .container .right .rightbox .rightbox3 .cn10 img {
    width: 0.2rem;
  }
}
.news-info .container .right .rightbox .rightbox3 .cn10:hover::before {
  width: 100%;
}
.join-box2 {
  position: relative;
  width: 100%;
}
.join-box2 .bgimg::before {
  padding-top: 50%;
}
@media (max-width: 991px) {
  .join-box2 .bgimg::before {
    padding-top: 100%;
  }
}
.join-box2 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.join-box2 .container .cn1 {
  margin-top: 0.37rem;
  line-height: 1.16666667em;
}
@media (max-width: 767px) {
  .join-box2 .container .cn1 {
    font-size: 0.42rem;
  }
}
.join-box2 .container .cn1 span {
  color: #ffffff;
}
.join-box2 .container .cn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
}
.join-box2 .container .cn2 .cn3 {
  min-width: 1.6rem;
  line-height: 0.5rem;
  height: 0.5rem;
  background-color: #8186d5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .join-box2 .container .cn2 .cn3 {
    line-height: 0.76rem;
    height: 0.76rem;
    min-width: 2rem;
  }
}
.join-box2 .container .cn2 .cn3 img {
  width: 0.08rem;
  transform: translateY(-0.02rem);
}
@media (max-width: 991px) {
  .join-box2 .container .cn2 .cn3 img {
    width: 0.16rem;
  }
}
.join-box2 .container .cn2 .cn3 .cn4 {
  margin-left: 0.1rem;
  color: #ffffff;
  line-height: 1.71428571em;
}
.join-box2 .container .cn2 .cn3:hover {
  background-color: #5d5ad6;
}
.join-box2 .pcn1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.625em;
  justify-content: center;
}
.join-box2 .pcn1 span {
  color: #8186d5;
}
.join-box2 .pcn1 em {
  font-style: normal;
  color: #fff;
  margin: 0 0.05rem;
}
.about2box2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .about2box2 {
    padding: 0.7rem 5% 0.7rem;
  }
}
@media (max-width: 991px) {
  .about2box2 .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .about2box2 .bgimg img {
    width: 100%;
    height: 100%;
  }
}
.about2box2 .bgimg::before {
  padding-top: 50%;
}
@media (max-width: 991px) {
  .about2box2 .bgimg::before {
    padding-top: 100%;
  }
}
.about2box2 .bgimg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
.about2box2 .bgimg .pic1 {
  opacity: 0;
}
.about2box2 .bgimg .pic1.on {
  opacity: 1;
}
.about2box2 .box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 4;
}
@media (max-width: 991px) {
  .about2box2 .box {
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
}
.about2box2 .box .box2 {
  width: 50%;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  display: flex;
}
@media (max-width: 991px) {
  .about2box2 .box .box2 {
    width: 48%;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .about2box2 .box .box2 {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
.about2box2 .box .box2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #Fff;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .about2box2 .box .box2::before {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 991px) {
  .about2box2 .box .box2:nth-child(1)::before {
    display: none;
  }
}
.about2box2 .box .box2:last-child::before {
  display: none;
}
@media (max-width: 991px) {
  .about2box2 .box .box2:last-child::before {
    display: block;
  }
}
.about2box2 .box .box2.on {
  flex-shrink: 0;
  width: 50%;
  padding: 0 5.20833333%;
}
@media (max-width: 991px) {
  .about2box2 .box .box2.on {
    width: 48%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about2box2 .box .box2.on {
    width: 100%;
    padding: 0;
  }
}
.about2box2 .box .box2.on .cn2 {
  opacity: 0;
}
.about2box2 .box .box2.on .box3 {
  opacity: 1;
  animation: donghua1 linear 1 0.8s;
}
@media (max-width: 991px) {
  .about2box2 .box .box2.on .box3 {
    animation: initial;
  }
}
.about2box2 .box .box2 .cn2 {
  width: 100%;
  padding: 0 0.2rem;
  color: #Fff;
  margin: auto;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .about2box2 .box .box2 .cn2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about2box2 .box .box2 .cn2 {
    opacity: 0;
  }
}
.about2box2 .box .box2 .box3 {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s;
  overflow: auto;
}
@media (max-width: 991px) {
  .about2box2 .box .box2 .box3 {
    width: 100%;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
  }
}
.about2box2 .box .box2 .box3 .cn3 {
  line-height: 1.33333333em;
  color: #Fff;
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
}
.about2box2 .box .box2 .box3 .cn4 {
  line-height: 1.625em;
  color: #Ffff;
}
@media (max-width: 991px) {
  .about2box2 .box .box2 .box3 .cn4 {
    height: 3.25em;
  }
}
@media (max-width: 767px) {
  .about2box2 .box .box2 .box3 .cn4 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}
.about2box2 .box .box2 .box3 .img2 {
  display: none;
}
.about2box2 .box .box2 .box3 .img2::before {
  padding-top: 50%;
}
.about2box2 .box .box2 .box3 .img2 img {
  width: 100%;
}
@media (max-width: 991px) {
  .about2box2 .box .box2 .box3 .img2 {
    margin-top: 0.3rem;
    display: block;
  }
}
@keyframes donghua1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.join-box4 {
  position: relative;
  overflow: hidden;
  padding: 1rem 0 1.3rem;
}
@media (max-width: 991px) {
  .join-box4 {
    padding: 0.55rem 0 1.2rem;
  }
}
.join-box4 .pub_bj_box {
  top: 1.2rem;
}
.join-box4 .container {
  position: relative;
  z-index: 101;
}
.join-box4 .container .joinbox4swiper {
  margin-top: 0.55rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
  .join-box4 .container .joinbox4swiper {
    overflow: initial;
    border-top: 0;
  }
}
.join-box4 .container .joinbox4swiper .cn1 {
  width: 0.8rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .join-box4 .container .joinbox4swiper .cn1 {
    width: 0.6rem;
  }
}
.join-box4 .container .joinbox4swiper .cn2 {
  padding: 0 0.2rem;
}
.join-box4 .container .joinbox4swiper .box2 {
  align-items: center;
  display: flex;
}
.join-box4 .container .joinbox4swiper .swiper-slide {
  padding-left: 0.2rem;
  display: flex;
  height: 1.6rem;
  position: relative;
  cursor: pointer;
  color: #5E5964;
}
@media (max-width: 991px) {
  .join-box4 .container .joinbox4swiper .swiper-slide {
    justify-content: center;
    background-color: #f7f8fd;
    height: 1.2rem;
  }
}
.join-box4 .container .joinbox4swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #8186d5;
}
@media (max-width: 991px) {
  .join-box4 .container .joinbox4swiper .swiper-slide::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .join-box4 .container .joinbox4swiper .swiper-slide.on {
    background-color: #8186d5;
    color: #Fff;
  }
}
.join-box4 .container .joinbox4swiper .swiper-slide.on::before {
  width: 100%;
}
.join-box4 .container .box3 {
  background-color: #f7f8fd;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .join-box4 .container .box3 {
    margin-top: 0.4rem;
  }
}
.join-box4 .container .box3 .box3a {
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  z-index: -999;
  left: 0;
  top: 0;
}
.join-box4 .container .box3 .box3a.on {
  z-index: 1;
  opacity: 1;
  position: relative;
}
.join-box4 .container .box3 .box3a .box3aleft {
  padding: 0.2rem 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media (max-width: 991px) {
  .join-box4 .container .box3 .box3a .box3aleft {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.join-box4 .container .box3 .box3a .box3aleft .box3aleftbox {
  display: flex;
  padding: 0 0.8rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .join-box4 .container .box3 .box3a .box3aleft .box3aleftbox {
    padding: 0 0.3rem;
  }
}
.join-box4 .container .box3 .box3a .box3aleft .box3aleftbox:last-child {
  margin-bottom: 0;
}
.join-box4 .container .box3 .box3a .box3aleft .box3aleftbox .cn3 {
  flex-shrink: 0;
  margin-right: 0.14rem;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #8186d5;
  transform: translateY(0.1rem) rotate(45deg);
}
.join-box4 .container .box3 .box3a .box3aleft .box3aleftbox .cn4 {
  color: #5E5964;
  line-height: 0.3rem;
}
.join-box4 .container .box3 .box3a .box3aright {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .join-box4 .container .box3 .box3a .box3aright {
    width: 100%;
  }
}
.join-box4 .container .box3 .box3a .box3aright .box3arigtswiper {
  position: relative;
  overflow: hidden;
}
.join-box4 .container .box3 .box3a .box3aright .box3arigtswiper .swiper-slide .img::before {
  padding-top: 51.2195122%;
}
.join-box4 .container .box3 .box3a .box3aright .box3arigtswiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
  z-index: 3;
}
.join-box4 .container .box3 .box3a .box3aright .box3arigtswiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #Fff;
  opacity: 0.5;
  border-radius: initial;
}
.join-box4 .container .box3 .box3a .box3aright .box3arigtswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.public-join-title {
  text-align: center;
}
.public-join-title .zpcn1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.625em;
}
.public-join-title .zpcn1 span {
  color: #8186d5;
}
.public-join-title .zpcn1 em {
  font-style: normal;
  color: #7c7c7c;
  margin: 0 0.05rem;
}
.public-join-title .zpcn2 {
  margin-top: 0.2rem;
  color: #5E5964;
  line-height: 1.20833333em;
}
.join-box5 {
  background-color: #f7f8fd;
  position: relative;
  padding: 1rem 0 1.3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .join-box5 {
    padding: 1.2rem 0;
  }
}
.join-box5 .pub_bj_box {
  top: 1.2rem;
}
.join-box5 .container {
  position: relative;
  z-index: 101;
}
.join-box5 .container .box {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .join-box5 .container .box {
    margin-top: 0.5rem;
  }
}
.join-box5 .container .box .left {
  width: 50%;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left {
    width: 100%;
    display: flex;
  }
}
.join-box5 .container .box .left .leftbox {
  background-color: #Fff;
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 0.2rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox {
    width: 50%;
    padding: 0.3rem 0.2rem;
    margin-top: 0.2rem !important;
  }
}
.join-box5 .container .box .left .leftbox:nth-child(1) {
  margin-top: 0;
}
.join-box5 .container .box .left .leftbox .leftbox2 {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 {
    justify-content: center;
  }
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn1 {
  color: #8186d5;
  flex-shrink: 0;
  margin-right: 0.25rem;
  position: relative;
  height: 0.3rem;
}
@media (max-width: 1260px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn1 {
    height: 0.4rem;
  }
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn1 {
    display: none;
  }
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #8186d5;
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn2 {
  width: 100%;
  color: #5E5964;
  line-height: 0.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1260px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn2 {
    line-height: 0.5rem;
  }
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn2 span {
    display: none;
  }
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn2 em {
  display: none;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn2 em {
    font-size: 0.26rem;
    display: block;
  }
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn3 {
  margin-left: 0.25rem;
  flex-shrink: 0;
  position: relative;
  width: 0.36rem;
  border-radius: 50%;
  height: 0.36rem;
  border: 1px solid #8186d5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox2 .cn3 {
    display: none;
  }
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn3 img {
  width: 30.55555556%;
  height: auto;
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn3 svg {
  width: 30.55555556%;
  height: auto;
}
.join-box5 .container .box .left .leftbox .leftbox2 .cn3 svg path {
  fill: #8186d5;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.join-box5 .container .box .left .leftbox .leftbox3 {
  margin-top: 0.45rem;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox .leftbox3 {
    display: none !important;
  }
}
.join-box5 .container .box .left .leftbox .leftbox3 .cn4 {
  color: #5E5964;
  line-height: 1.71428571em;
  width: 51%;
  height: 13.71428571em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.join-box5 .container .box .left .leftbox .leftbox3 .cn5 {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  height: 100%;
  opacity: 0;
}
.join-box5 .container .box .left .leftbox .leftbox3 .cn5 img {
  width: 2.82rem;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox.on {
    background-color: #8186d5;
  }
}
@media (max-width: 991px) {
  .join-box5 .container .box .left .leftbox.on .leftbox2 .cn2 {
    color: #Fff;
  }
}
.join-box5 .container .box .left .leftbox.on .leftbox2 .cn3 {
  transform: rotate(0deg);
  background-color: #8186d5;
}
.join-box5 .container .box .left .leftbox.on .leftbox2 .cn3 svg path {
  fill: #Fff;
}
.join-box5 .container .box .left .leftbox.on .leftbox3 .cn5 {
  opacity: 1;
}
.join-box5 .container .box .right {
  width: 48.80952381%;
  position: relative;
}
@media (max-width: 991px) {
  .join-box5 .container .box .right {
    width: 100%;
  }
}
.join-box5 .container .box .right .dianbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .join-box5 .container .box .right .dianbox {
    display: none;
  }
}
.join-box5 .container .box .right .dianbox .dian {
  position: absolute;
  opacity: 0;
}
.join-box5 .container .box .right .dianbox .dian .dcn1 {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8186d5;
}
.join-box5 .container .box .right .dianbox .dian .dcn1 img {
  width: 72%;
}
.join-box5 .container .box .right .joinbox5swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: -50;
  opacity: 0;
}
.join-box5 .container .box .right .joinbox5swiper.on {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.join-box5 .container .box .right .joinbox5swiper .swiper-slide .img::before {
  padding-top: 62.68292683%;
}
.join-box5 .container .box .right .joinbox5swiper .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
  z-index: 11;
}
.join-box5 .container .box .right .joinbox5swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #Fff;
  opacity: 0.5;
  border-radius: initial;
}
.join-box5 .container .box .right .joinbox5swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.join-box6 {
  position: relative;
  padding: 1.6rem 0 1.3rem;
  overflow: hidden;
  background-color: #Fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .join-box6 {
    padding: 1.2rem 0;
  }
}
.join-box6 .pub_bj_box {
  top: 1.2rem;
}
.join-box6 .container {
  display: flex;
  flex-wrap: wrap;
}
.join-box6 .container .left {
  width: 20.47619048%;
}
@media (max-width: 991px) {
  .join-box6 .container .left {
    width: 100%;
  }
}
.join-box6 .container .left .zpcn1 {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .join-box6 .container .left .zpcn1 {
    justify-content: center;
  }
}
.join-box6 .container .left .public-join-title {
  text-align: left;
}
@media (max-width: 991px) {
  .join-box6 .container .left .public-join-title {
    text-align: center;
  }
}
.join-box6 .container .right {
  width: 79.52380952%;
}
@media (max-width: 991px) {
  .join-box6 .container .right {
    width: 100%;
  }
}
.join-box6 .container .right .joinbox6swiper {
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.join-box6 .container .right .joinbox6swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.join-box6 .container .right .joinbox6swiper .img {
  width: 37.1257485%;
}
@media (max-width: 767px) {
  .join-box6 .container .right .joinbox6swiper .img {
    width: 70%;
    margin: 0 auto;
  }
}
.join-box6 .container .right .joinbox6swiper .img::before {
  padding-top: 125.40322581%;
}
.join-box6 .container .right .joinbox6swiper .img .cn1 {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 1.6rem;
  padding: 0 0.2rem;
  background-color: #8186d5;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 3;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .join-box6 .container .right .joinbox6swiper .img .cn1 {
    line-height: 0.76rem;
  }
}
.join-box6 .container .right .joinbox6swiper .img .cn1 img {
  margin-left: 0.1rem;
  width: 0.09rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .join-box6 .container .right .joinbox6swiper .img .cn1 img {
    width: 0.14rem;
  }
}
.join-box6 .container .right .joinbox6swiper .img .cn1:hover {
  background-color: #5d5ad6;
}
.join-box6 .container .right .joinbox6swiper .img .cn1:hover img {
  transform: rotate(45deg);
}
.join-box6 .container .right .joinbox6swiper .text {
  width: 62.8742515%;
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .join-box6 .container .right .joinbox6swiper .text {
    padding-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .join-box6 .container .right .joinbox6swiper .text {
    width: 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }
}
.join-box6 .container .right .joinbox6swiper .text .cn2 {
  line-height: 0.36rem;
  min-width: 0.81rem;
  max-width: 100%;
  background-color: #fff;
  border-radius: 0.18rem;
  display: inline-block;
  text-align: center;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .join-box6 .container .right .joinbox6swiper .text .cn2 {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    min-width: 1.2rem;
  }
}
.join-box6 .container .right .joinbox6swiper .text .cn3 {
  flex-wrap: wrap;
  color: #5E5964;
  line-height: 0.4rem;
  height: 1.2rem;
  margin: 0.4rem 0;
  font-size: 0.36rem;
}
.join-box6 .container .right .joinbox6swiper .text .cn3 .cn4 {
  height: 0.4rem;
}
.join-box6 .container .right .joinbox6swiper .text .cn3 .cn4 img {
  width: 0.17rem;
  vertical-align: super;
}
.join-box6 .container .right .joinbox6swiper .text .cn3 .cn5 {
  height: 0.4rem;
}
.join-box6 .container .right .joinbox6swiper .text .cn3 .cn5 img {
  width: 0.17rem;
  vertical-align: super;
}
.join-box6 .container .right .joinbox6swiper .text .cn6 {
  width: 0.32rem;
  height: 1px;
  background-color: #111;
  opacity: 0.2;
}
.join-box6 .container .right .joinbox6swiper .text .cn7 {
  margin-top: 0.4rem;
  color: #7c7c7c;
  line-height: 1.625em;
}
.join-box6 .container .right .joinbox6swiper .swiper-pagination {
  position: absolute;
  width: calc(100% - (496/1336*100%) - 1.5rem);
  left: calc((496/1336*100%) + 1.5rem);
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .join-box6 .container .right .joinbox6swiper .swiper-pagination {
    width: calc(100% - (496/1336*100%) - 0.3rem);
    left: calc((496/1336*100%) + 0.3rem);
  }
}
@media (max-width: 767px) {
  .join-box6 .container .right .joinbox6swiper .swiper-pagination {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 0.5rem;
  }
}
.join-box6 .container .right .joinbox6swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5E5964;
  opacity: 1;
  margin-left: 0;
  margin-right: 0.24rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.join-box6 .container .right .joinbox6swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8186d5;
  color: #fff;
}
.join-box7 {
  position: fixed;
  z-index: 102;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 100px;
  height: 100px;
  background-color: #161824;
  box-shadow: 0px 12px 38px 0px rgba(22, 24, 36, 0.23);
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: center;
}
.join-box7 .img {
  text-align: center;
  width: 26px;
  height: 32px;
  margin: 0 auto;
  position: relative;
}
.join-box7 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 32px;
  transition: all 0.5s;
}
.join-box7 .img .pic1 {
  opacity: 1;
}
.join-box7 .img .pic2 {
  opacity: 0;
}
.join-box7 .cn1 {
  margin-top: 0.1rem;
  color: #fff;
  text-align: center;
  line-height: 1.71428571em;
}
.join-box7:hover {
  background-color: #8186d5;
}
.join-box7:hover .img .pic1 {
  opacity: 0;
}
.join-box7:hover .img .pic2 {
  opacity: 1;
}
#otherbanner {
  position: relative;
}
#otherbanner .pcn1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.625em;
  justify-content: center;
  top: 1.6rem;
}
#otherbanner .pcn1 span {
  color: #8186d5;
}
#otherbanner .pcn1 em {
  font-style: normal;
  color: #7c7c7c;
  margin: 0 0.05rem;
}
#otherbanner .pcn2 {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #7c7c7c;
}
#otherbanner .pcn2 img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  #otherbanner .pcn2 img {
    width: 0.19rem;
  }
}
#otherbanner .homebanner .box2 .container {
  padding-top: 0;
  justify-content: center;
}
#otherbanner .homebanner .box2 {
  height: 100vh;
}
#otherbanner .homebanner .box2 .container .tbox .title {
  align-items: center;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #otherbanner .homebanner .box2 .container .tbox .title {
    font-size: 0.68rem;
  }
}
#otherbanner .homebanner .box2 .container .tbox .title p:last-child {
  padding-left: 0;
}
#otherbanner .homebanner .box2 .container .tbox .txt .txts {
  align-items: center;
  font-size: 1.2rem;
  text-align: center;
}
#otherbanner .homebanner .box2 .container .tbox .txt .txts p:last-child {
  padding-left: 0;
}
#otherbanner .homebanner .box2 .container .tbox .txt.on {
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 991px) {
  #otherbanner .homebanner .box2 .container .tbox .txt.on {
    display: none;
  }
}
#otherbanner .homebanner {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#otherbanner .homebanner .box2 .container .tbox .title p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/zpic1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#otherbanner .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#otherbanner .bgimg::before {
  padding-top: 50%;
}
@media (max-width: 991px) {
  #otherbanner .bgimg::before {
    padding-top: 100%;
  }
}
.aboutpage-box1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
}
.aboutpage-box1 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutpage-box1 .bgimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block !important;
  opacity: 1;
  transition: all 0.5s;
}
.aboutpage-box1 .bgimg img.on {
  opacity: 1;
}
.aboutpage-box1 .container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.aboutpage-box1 .container .left {
  width: 100%;
}
@media (max-width: 991px) {
  .aboutpage-box1 .container .left {
    width: 100%;
    padding: 1.2rem 0 0;
  }
}
.aboutpage-box1 .container .left .pcn1 span {
  color: #fff;
}
.aboutpage-box1 .container .left .pcn1 em {
  margin: 0 0.05rem;
  color: #Fff;
}
.aboutpage-box1 .container .left .pcn2 {
  color: #Fff;
  display: initial;
  background: #999 -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.aboutpage-box1 .container .left .pcn2 span em {
  /* color: #bdc1ee; */
}
.aboutpage-box1 .container .right {
  display: flex;
  width: 100%;
  margin: 2rem 0 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .aboutpage-box1 .container .right {
    width: 100%;
    flex-wrap: wrap;
  }
}
.aboutpage-box1 .container .right .rightbox {
  width: 50%;
  cursor: pointer;
  margin-top: 0.4rem;
  padding-right: 1.6rem;
  /* &:last-child{
					border-bottom: 1px solid rgba(255,255,255,.22);
				} */
}
@media (max-width: 991px) {
  .aboutpage-box1 .container .right .rightbox {
    width: 100%;
    padding-right: 0;
  }
}
.aboutpage-box1 .container .right .rightbox.on .rightbox2 .cn1 {
  background-color: transparent;
  transform: rotate(45deg);
}
.aboutpage-box1 .container .right .rightbox .rightbox2 {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
.aboutpage-box1 .container .right .rightbox .rightbox2 .cn1 {
  flex-shrink: 0;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #8186d5;
  background-color: #8186d5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.5s;
}
.aboutpage-box1 .container .right .rightbox .rightbox2 .cn1 span {
  position: absolute;
  width: 40%;
  height: 1px;
  background-color: #Fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutpage-box1 .container .right .rightbox .rightbox2 .cn1 span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.aboutpage-box1 .container .right .rightbox .rightbox2 .cn2 {
  color: #fff;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 {
  /* padding-left: calc(.48rem + .5rem); */
  padding-bottom: 0.3rem;
  /* display: none; */
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn3 {
  color: #ffffff;
  line-height: 1.875em;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn4 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-top: 0.6rem;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn4 .cn5 {
  margin-right: 0.2rem;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn4 .cn5 img {
  width: 0.39rem;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn4 .cn6 .cn7 {
  color: #ffffff;
  line-height: 1.20833333em;
  display: block;
}
.aboutpage-box1 .container .right .rightbox .rightbox3 .cn4 .cn6 .cn8 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.71428571em;
  display: block;
  white-space: normal;
}
.aboutpage-box2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1.4rem 0 1rem;
}
.aboutpage-box2 .public-join-title .zpcn1 {
  justify-content: flex-start;
}
.aboutpage-box2 .public-join-title .zpcn2 {
  text-align: left;
}
.aboutpage-box2 .container {
  position: relative;
  z-index: 102;
}
.aboutpage-box2 .container .aboutpage2swiper {
  z-index: 102;
  margin-top: 1.2rem;
  position: relative;
}
.aboutpage-box2 .container .aboutpage2swiper::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 1px;
  top: 1.26rem;
  left: 0;
  background-color: rgba(187, 187, 187, 0.2);
}
.aboutpage-box2 .container .aboutpage2swiper::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #Fff;
  z-index: 100;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide {
  padding-right: 1.2rem;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .img img {
  height: 0.7rem;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .dian9 {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #8186d5;
  margin: 0.5rem 0;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .cn3 {
  line-height: 1.16666667em;
  color: #111;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text {
  margin-top: 0.45rem;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text .text2 {
  display: flex;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text .text2 .cn1 {
  width: 0.6rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  line-height: 0.3rem;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text .text2 .cn1 {
    width: 0.8rem;
    line-height: 0.4rem;
  }
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text .text2 .cn2 {
  width: calc(100% - 0.6rem);
  line-height: 0.3rem;
}
@media (max-width: 991px) {
  .aboutpage-box2 .container .aboutpage2swiper .swiper-slide .text .text2 .cn2 {
    width: calc(100% - 0.8rem);
    line-height: 0.4rem;
  }
}
.aboutpage-box2 .container .aboutpage2swiper .dianbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991px) {
  .aboutpage-box2 .container .aboutpage2swiper .dianbox {
    display: none;
  }
}
.aboutpage-box2 .container .aboutpage2swiper .dianbox .dian {
  position: absolute;
  opacity: 0;
}
.aboutpage-box2 .container .aboutpage2swiper .dianbox .dian .dcn1 {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8186d5;
}
.aboutpage-box2 .container .aboutpage2swiper .dianbox .dian .dcn1 img {
  width: 72%;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-pagination {
  margin-top: 1.3rem;
  position: relative;
  left: 0;
  width: 1.4rem;
  height: 0.06rem;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-pagination.swiper-pagination-progressbar {
  background-color: #f0f2f9;
}
.aboutpage-box2 .container .aboutpage2swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #8186d5;
}
.aboutpage-box3 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.7rem 0 1.5rem;
}
@media (max-width: 991px) {
  .aboutpage-box3 {
    padding: 1.2rem 0;
  }
}
.aboutpage-box3 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutpage-box3 .bgimg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutpage-box3 .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 102;
}
.aboutpage-box3 .container .left {
  width: 30.5952381%;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .left {
    width: 100%;
  }
}
.aboutpage-box3 .container .left .public-join-title .zpcn1 {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .left .public-join-title .zpcn1 {
    justify-content: center;
  }
}
.aboutpage-box3 .container .left .public-join-title .zpcn2 {
  text-align: left;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .left .public-join-title .zpcn2 {
    text-align: center;
  }
}
.aboutpage-box3 .container .left .g_qie {
  display: flex;
  margin-top: 0.36rem;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .left .g_qie {
    justify-content: center;
  }
}
.aboutpage-box3 .container .left .g_qie .pub_nav {
  position: initial;
  transform: translateY(0%);
  box-shadow: none;
  margin-right: 0.2rem;
  background-color: #e3e4eb;
  border: 1px solid #e3e4eb;
}
.aboutpage-box3 .container .left .g_qie .pub_nav:hover {
  background-color: #8186d5 !important;
  border: 1px solid #8186d5 !important;
}
.aboutpage-box3 .container .left .g_qie .pub_nav:hover svg path {
  fill: #Fff !important;
}
.aboutpage-box3 .container .right {
  margin-top: 0.5rem;
  width: 69.4047619%;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .right {
    width: 100%;
  }
}
.aboutpage-box3 .container .right .aboutpage3swiper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .right .aboutpage3swiper {
    overflow: initial;
  }
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-pagination {
  margin-top: 0.5rem;
  position: relative;
  left: 0;
  width: 0.74rem;
  height: 0.06rem;
}
@media (max-width: 991px) {
  .aboutpage-box3 .container .right .aboutpage3swiper .swiper-pagination {
    width: 1.4rem;
  }
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-pagination.swiper-pagination-progressbar {
  background-color: #fff;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #8186d5;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide {
  height: auto;
  background-color: #fff;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide:hover .linebox .line1 {
  animation: about3width 0.8s 1 linear forwards;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide:hover .linebox .line2 {
  animation: about3width2 0.8s 1 linear forwards;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide:hover .linebox .line3 {
  animation: about3width3 0.8s 1 linear forwards;
}
.aboutpage-box3 .container .right .aboutpage3swiper .swiper-slide:hover .linebox .line4 {
  animation: about3width4 0.8s 1 linear forwards;
}
.aboutpage-box3 .container .right .aboutpage3swiper .img {
  background-color: #8186d5;
}
.aboutpage-box3 .container .right .aboutpage3swiper .img::before {
  padding-top: 100%;
}
.aboutpage-box3 .container .right .aboutpage3swiper .linebox {
  width: 100%;
}
.aboutpage-box3 .container .right .aboutpage3swiper .linebox .line1 {
  width: 100%;
  height: 0.08rem;
  background-image: linear-gradient(90deg, #8186d5 46%, rgba(129, 134, 213, 0.4) 78%, rgba(129, 134, 213, 0) 100%);
}
.aboutpage-box3 .container .right .aboutpage3swiper .linebox .line2 {
  opacity: 0.8;
  width: 100%;
  height: 0.08rem;
  background-image: linear-gradient(90deg, #8186d5 24%, rgba(129, 134, 213, 0) 100%);
}
.aboutpage-box3 .container .right .aboutpage3swiper .linebox .line3 {
  opacity: 0.6;
  width: 100%;
  height: 0.08rem;
  background-image: linear-gradient(90deg, #8186d5 12%, rgba(129, 134, 213, 0.5) 56%, rgba(129, 134, 213, 0) 100%);
}
.aboutpage-box3 .container .right .aboutpage3swiper .linebox .line4 {
  opacity: 0.4;
  width: 100%;
  height: 0.08rem;
  background-image: linear-gradient(90deg, #8186d5 0%, rgba(129, 134, 213, 0) 100%);
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox {
  padding: 0.35rem;
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox .textbox2 {
  display: flex;
  flex-wrap: wrap;
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox .textbox2 .cn1 {
  line-height: 1.55555556em;
  color: #5E5964;
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox .textbox2 .cn2 {
  line-height: 1.55555556em;
  color: #5E5964;
  margin: 0 0.1rem;
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox .textbox2 .cn3 {
  line-height: 1.55555556em;
  color: #5E5964;
}
.aboutpage-box3 .container .right .aboutpage3swiper .textbox .cn4 {
  color: #7c7c7c;
  line-height: 1.625em;
  margin-top: 0.05rem;
}
@keyframes about3width {
  0% {
    width: 0;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes about3width2 {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes about3width3 {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes about3width4 {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.error {
  padding: 1.5rem 0;
  background-color: #fff;
}
.error .container {
  text-align: center;
}
.error .container .img img {
  width: 7.24rem;
}
.error .container .text {
  color: #999;
  line-height: 1.54545455em;
  margin: 0.8rem 0 0.5rem;
}
.error .container .text span {
  color: #5d5ad6;
}
.error .container .text span em {
  font-style: normal;
}
.error .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.error .container .box .zz-btn {
  margin: 0 0.15rem;
}
.public-btn.public-btn2 {
  border: solid 1px #333333;
  background-color: #fff;
  height: calc(100% - 2px);
}
.public-btn.public-btn2::before {
  opacity: 0;
}
.public-btn.public-btn2 span {
  color: #333;
}
.public-btn.public-btn2:hover {
  border: 1px solid #5d5ad6;
  background-color: #5d5ad6;
}
.public-btn.public-btn2:hover span {
  color: #Fff;
}
.policy {
  padding: 1.4rem 0 1rem;
}
.policy .container .cn1 {
  text-align: center;
}
.policy .container .cn2 {
  text-align: center;
  color: #999999;
  margin: 0.2rem 0 0.4rem;
}
.policy .container .cn3 {
  text-align: left;
}
.policy .container .cn3 h3 {
  font-size: 24px;
  color: #333;
}
@media (max-width: 991px) {
  .policy .container .cn3 h3 {
    font-size: 0.4rem;
  }
}
.policy .container .cn3 p {
  font-size: 16px;
  color: #333;
}
@media (max-width: 991px) {
  .policy .container .cn3 p {
    font-size: 0.28rem;
  }
}
.sitemap {
  padding: 0.9rem 0 1.5rem;
}
.sitemap .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .sitemap .container {
    padding: 0;
  }
}
.sitemap .container .box {
  width: calc(100% / 3);
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .sitemap .container .box {
    width: 50%;
  }
}
.sitemap .container .box .cn1 {
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  position: relative;
  line-height: 1em;
}
.sitemap .container .box .cn1::before {
  content: "";
  position: absolute;
  left: 0.14rem;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #5d5ad6;
}
.sitemap .container .box .cn2 .cn3 {
  margin-bottom: 0.2rem;
}
.sitemap .container .box .cn2 .cn3 .cn4 {
  padding-left: 0.3rem;
  color: #666666;
}
.page-list {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-list a {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  transition: all 0.4s;
  margin: 0.1rem;
}
@media (max-width: 1580px) {
  .page-list a {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.page-list a svg {
  width: 14px;
  height: 14px;
}
.page-list a svg path {
  fill: #333;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .page-list a:hover {
    color: #fff;
    background: #8186d5;
  }
  .page-list a:hover svg path {
    fill: #fff;
  }
}
.page-list a.on {
  background: #8186d5;
  color: #fff;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.swiper-scrollbar-drag {
  background-color: #8186d5;
}
