.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
a,
p,
span,
li {
  font-family: PingFang SC-Bold, PingFang SC !important;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.wth {
  width: 1200px;
  margin: 0 auto;
}
.swiper {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
  /* 两种都可以 */
}
.pic {
  width: 100%;
  position: relative;
}
.pic img {
  width: 100%;
  display: block;
  min-width: 1200px;
}
.pic .banner_text {
  width: 1230px;
  height: 130px;
  display: block;
  position: absolute;
  top: 151px;
  left: 170px;
}
.pic .swiper_pic {
  width: 660px;
  height: 113px;
  background: url(../images/banner_back.png) no-repeat center top;
  position: absolute;
  bottom: 177px;
  left: 441px;
  background-size: cover;
  text-align: center;
  line-height: 113px;
}
.pic .swiper_pic span {
  font-size: 42px;
  font-weight: 400;
  color: #FFFFFF;
}
.search {
  position: relative;
}
.search .search_in {
  width: 1232px;
  height: 90px;
  box-sizing: border-box;
  background: url(../images/slider_back.png) no-repeat center top;
  background-size: cover;
  opacity: 1;
  position: absolute;
  margin-left: -616px;
  left: 50%;
  margin-top: -39.5px;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.search .lft {
  display: flex;
  display: -webkit-flex;
  margin-left: 66px;
}
.search .lft span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: block;
  margin-right: 16px;
}
.search .lft .img1 {
  width: 25px;
  height: 23px;
  display: block;
  margin-right: 9px;
}
.search .lft .img2 {
  width: 2px;
  display: block;
  margin-right: 20px;
}
.search .rolling {
  width: 830px;
  height: 22px;
  overflow: hidden;
}
.search .rolling li {
  width: 515px !important;
}
.search .rolling a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.search .rolling a:hover {
  color: #a23bda;
}
.search .more {
  margin-left: 107px;
  height: 25px;
}
.search .more a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.search .more a:hover {
  color: #a23bda;
}
.container {
  margin-top: 130px;
}
.part1 {
  width: 100%;
  height: 1029px;
  background: url(../images/part1-backdrop.png) no-repeat center top;
  overflow: hidden;
  background-size: 100% 1029px;
  min-width: 1200px;
}
.title {
  position: relative;
}
.title .title_img {
  position: absolute;
  top: 25px;
}
.title .title_img img {
  width: 1200px;
  height: 67px;
  display: block;
}
.title .title_text {
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  color: #A23BDA;
  letter-spacing: 7px;
}
.comtitle {
  position: relative;
}
.comtitle .title_img {
  position: absolute;
  top: 25px;
}
.comtitle .title_img img {
  width: 1200px;
  height: 69px;
  display: block;
}
.comtitle .title_text {
  text-align: center;
  font-size: 58px;
  font-weight: 800;
  color: #2479FF;
  letter-spacing: 7px;
  margin-left: -220px;
}
.comtitle .ftitle {
  font-size: 24px;
  font-weight: 400;
  color: #2479FF;
  position: absolute;
  right: 222px;
  top: 50px;
}
.case {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 60px;
}
.wrap_lft {
  width: 329px;
  height: 540px;
  background: linear-gradient(180deg, #f1e8f8 0%, rgba(243, 250, 249, 0.16) 71%);
  box-shadow: 0px 4px 12px 2px rgba(241, 232, 248, 0.8);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #FFFFFF;
  position: relative;
  float: left;
}
.wrap_lft .flag {
  width: 86px;
  height: 32px;
  background: #FFAF38;
  border-radius: 18px 0px 18px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_lft .wrap_content {
  width: 211px;
  height: 214px;
  border-radius: 0px 0px 0px 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 53px;
}
.wrap_lft .wrap_content .wrap_pic {
  width: 166px;
  height: 166px;
  background: rgba(216, 122, 218, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_lft .wrap_content .wrap_pic img {
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 50%;
}
.wrap_lft .wrap_content p {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  padding-top: 15px;
  text-align: center;
}
.wrap_lft .wrap_introduce {
  padding: 7px 17px 45px 24px;
}
.wrap_lft .wrap_introduce P {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.wrap_lft .wrap_introduce .part1-more {
  display: block;
  float: right;
  color: #D56AD7;
}
.wrap_rht {
  float: right;
}
.part1_wrap1 {
  width: 841px;
  height: 272px;
  background: url(../images/part1_back1.png) no-repeat center top;
  background-size: cover;
  margin-bottom: 33px;
  position: relative;
}
.part1_wrap1 .flag {
  width: 86px;
  height: 32px;
  background: #FFAF38;
  border-radius: 18px 0px 18px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
}
.part1_wrap1 ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.part1_wrap1 ul li {
  height: 200px;
  margin-top: 46px;
  text-align: center;
}
.part1_wrap1 ul .part1_1 {
  width: 135px;
  height: 135px;
  background: rgba(216, 122, 218, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.part1_wrap1 ul .part1_1 img {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
}
.part1_wrap1 ul span {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: block;
  padding-bottom: 10px;
}
.part1_wrap1 ul p {
  width: 144px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1_wrap1 .more {
  position: absolute;
  right: 34px;
  top: 12px;
}
.part1_wrap1 .more a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.part1_wrap2 {
  width: 841px;
  height: 238px;
  background: url(../images/part1_back2.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.part1_wrap2 .more {
  position: absolute;
  right: 34px;
  top: 12px;
}
.part1_wrap2 .more a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.part1_wrap2 .flag {
  width: 86px;
  height: 32px;
  background: #FFAF38;
  border-radius: 18px 0px 18px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 3px;
}
.part1_wrap2 ul {
  width: 810px;
  height: 180px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 48px;
  padding-top: 49px;
}
.part1_wrap2 ul li:nth-of-type(n+8) .mork {
  width: 102px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 18px 0px rgba(113, 0, 167, 0.16);
  opacity: 1;
  position: absolute;
  top: -30px;
  left: -11px;
  z-index: 1;
  text-align: center;
  display: none;
  border-radius: 5px;
}
.part1_wrap2 ul li:nth-of-type(n+8) .mork::before {
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0;
  border-top: 7px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -7px;
}
.part1_wrap2 ul li {
  width: 75px;
  float: left;
  margin-right: 40px;
  position: relative;
}
.part1_wrap2 ul li:hover .mork {
  display: block;
}
.part1_wrap2 ul li .mork {
  width: 102px;
  height: 42px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 18px 0px rgba(113, 0, 167, 0.16);
  position: absolute;
  top: 53px;
  left: -11px;
  z-index: 1;
  text-align: center;
  display: none;
  border-radius: 5px;
}
.part1_wrap2 ul li .mork span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
  line-height: 42px;
}
.part1_wrap2 ul li .mork p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1_wrap2 ul li .mork::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.part1_wrap2 ul .part1_2 {
  width: 75px;
  height: 75px;
  background: rgba(216, 122, 218, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.part1_wrap2 ul .part1_2 img {
  width: 68px;
  height: 68px;
  display: block;
  border-radius: 50%;
}
.part3 {
  margin-top: -133px;
}
.part3-wrap {
  width: 100%;
  height: 874px;
  background: url(../images/part3-backdrop.png) no-repeat center top;
  background-size: 100% 874px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}
.part3-top ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 51px;
}
.part3-top ul li {
  width: 224px;
  height: 199px;
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: inset 6px 6px 40px 0px #ebf3ff, 10px 12px 32px 0px rgba(0, 81, 208, 0.08);
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part3-top ul li:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: inset 6px 6px 40px 0px #ebf3ff, 4px 4px 43px 0px rgba(0, 81, 208, 0.08), inset 4px 2px 14px 2px #b2cfff, inset -4px -2px 16px 0px #b2cfff;
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  border: 3px solid #FFFFFF;
}
.part3-top ul li img {
  width: 56px;
  height: 57px;
  display: block;
  margin-left: -12x;
}
.part3-top ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.part3-top ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #010B27;
  padding-top: 20px;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px)) !important;
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #999999);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.part1-contents {
  background: url(../images/TB1c4OuI4v1gK0jSZFFXXb0sXXa-2364-1242.png) no-repeat center top;
  background-size: 100% 490px;
  width: 575px;
  height: 490px;
  margin-top: 62px;
  position: relative;
}
.part1-left-panel {
  position: relative;
  width: 600px;
}
.part1-left-turntable {
  width: 657px;
  height: 657px;
  background: url(../images/TB1DAJnD5_1gK0jSZFqXXcpaXXa-718-720.png) no-repeat center top;
  background-size: 100% 657px;
  border-radius: 100%;
  position: absolute;
  top: -86px;
  left: -37px;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
}
.part1-left-turntext {
  position: absolute;
  top: 69px;
  left: 116px;
  width: 356px;
  height: 354px;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
  transform-origin: center;
}
.part1-left-turntext .text {
  padding: 0 10px;
  z-index: 2;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
  cursor: pointer;
  transform-origin: center;
}
.part1-left-turntext .text1 {
  position: absolute;
  top: 48px;
  left: 173px;
}
.part1-left-turntext .text2 {
  position: absolute;
  top: 166px;
  left: 263px;
}
.part1-left-turntext .text3 {
  position: absolute;
  top: 282px;
  left: 173px;
}
.part1-left-turntext .text4 {
  position: absolute;
  top: 228px;
  left: 27px;
}
.part1-left-turntext .text5 {
  position: absolute;
  top: 93px;
  left: 27px;
}
.part1-left-turntext-pre {
  position: absolute;
  top: 102px;
  left: 287px;
  padding: 0 10px;
  width: 100px;
  height: 44px;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  z-index: 10;
}
.text {
  font-size: 18px;
  font-weight: bold;
}
.part1-left-turntext-next {
  position: absolute;
  top: 338px;
  left: 282px;
  padding: 0 10px;
  width: 100px;
  height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  z-index: 10;
}
.part1-left-center {
  position: absolute;
  top: 160px;
  left: 209px;
  border-radius: 100%;
  width: 100px;
  height: 56px;
  border: 32px solid #A8C7FF;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  padding: 22px 0;
  box-sizing: content-box;
  color: #2479FF;
  background: #fff;
  z-index: 10;
  text-align: center;
}
.part1-left-activeRegion {
  position: absolute;
  right: -8px;
  top: 59px;
  z-index: 5;
  width: 340px;
  height: 390px;
}
.part1-left-activeText {
  position: absolute;
  top: 222px;
  left: 446px;
  line-height: 30px;
  font-size: 22px;
  color: #FFFFFF;
  z-index: 10;
}
.part1-left-icon {
  position: absolute;
  z-index: 10;
}
.part1-right-panel {
  position: absolute;
  top: 0;
  left: 640px;
  width: 540px;
  height: 480px;
  -webkit-box-align: center;
  text-align: left;
  display: none;
}
.part1-right-panel.active {
  display: -webkit-box;
}
.part1-right-panel-title {
  font-size: 24px;
  font-weight: 500;
  color: #010B27;
  line-height: 22px;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.part1-right-panel-title img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 12px;
}
.part1-right-panel-desc {
  width: 237px;
  height: 4px;
  background: linear-gradient(207deg, rgba(192, 217, 255, 0) 39%, #1e75ff 100%);
}
.part1-right-panel-img {
  width: 500px;
}
.pt1-rigth-text {
  width: 600px;
}
.pt1-rigth-text ul {
  padding-top: 32px;
}
.pt1-rigth-text ul li {
  width: 800px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
}
.pt1-rigth-text ul li:hover a {
  color: #2479FF;
}
.pt1-rigth-text ul li:hover a i {
  color: #2479FF;
}
.part1-right-panel:first-child .pt1-rigth-text ul {
  padding-top: 32px;
  height: 170px;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.part1-right-panel:first-child .pt1-rigth-text ul li {
  width: 308px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
  margin-right: 54px;
}
.part4 {
  width: 100%;
  height: 519px;
  background: url(../images/part4-backdrop.png) no-repeat center top;
  background-size: 100% 519px;
  overflow: hidden;
  min-width: 1200px;
}
.more a:hover {
  color: #A23BDA !important;
}
.part4-lft .text-list li:hover span {
  color: #36B55D !important;
}
.part4-lft .text-list li:hover i {
  color: #36B55D !important;
}
.part4-rht .text-list li:hover span {
  color: #36B55D !important;
}
.part4-rht .text-list li:hover i {
  color: #36B55D !important;
}
.pt5-wrapper .text-list li:hover span {
  color: #2479FF !important;
}
.pt5-wrapper .text-list li:hover a {
  color: #2479FF !important;
}
.pt5-wrapper .text-list li:hover i {
  color: #2479FF !important;
}
.part5-title a:hover {
  color: #2479FF !important;
}
.c1 {
  margin: 110px 0 60px 0;
}
.pt4-title .ftitle {
  color: #36B55D !important;
  right: 197px !important;
}
.pt4-title .title_text {
  color: #36B55D !important;
}
.part4-wrap .part4-title {
  width: 325px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.part4-wrap .part4-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.part4-wrap .part4-title h3::before {
  display: block;
  content: '';
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, #36b55d 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  bottom: -12px;
}
.part4-wrap .part4-title a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.part4-content {
  margin-top: 60px;
}
.part4-content .part4-lft {
  width: 325px;
  float: left;
}
.part4-content .part4-rht {
  width: 325px;
  float: right;
}
.part4-center-img {
  float: left;
  margin-left: 129px;
}
.part4-center-img img {
  width: 294px;
  height: 300px;
  display: block;
  margin: 0 auto;
}
.part5-wrap .part5-title {
  width: 325px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.part5-wrap .part5-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.part5-wrap .part5-title h3::before {
  display: block;
  content: '';
  width: 96px;
  height: 4px;
  background: linear-gradient(90deg, #2479ff 36%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  bottom: -12px;
}
.part5-wrap .part5-title a {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.text-list ul li a {
  font-size: 16px !important;
}
.text-list ul li a i {
  font-size: 23px;
  vertical-align: -2px;
}
.pt5-wrapper {
  width: 100%;
}
.pt5-wrapper .text-list ul {
  height: 325px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: -548px;
}
.pt5-wrapper .text-list ul li {
  width: 325px;
  line-height: 24px;
  overflow: hidden;
  display: flex;
}
.pt5-wrapper .text-list ul li span {
  margin-left: 20px;
}
.part5-title .title_text {
  color: #2479FF !important;
}
.part5-title .ftitle {
  color: #2479FF !important;
}
.part5 {
  width: 100%;
  height: 520px;
  background: url(../images/part5-backdrop.png) no-repeat center top;
  background-size: 100% 520px;
  overflow: hidden;
  min-width: 1200px;
}
.part5-wrap {
  position: relative;
  margin-top: 83px;
}
.part5-wrap .part5-title {
  width: 325px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part5-wrap .pt5-img img {
  width: 340px;
  height: 286px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper {
  min-width: 1200px;
}
.swiper-pagination-bullet {
  width: 36px;
  height: 9px;
  background: #CECECE;
  border-radius: 1px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 36px;
  height: 9px;
  border-radius: 4px;
  background: #fff;
  border-radius: 1px 1px 1px 1px;
}
.swiper-pagination-horizontal {
  bottom: 52px !important;
}
#swiper2 .swiper-wrapper {
  transition-timing-function: linear;
}
