.indexModule .swiperBox {
  width: 100%;
}
.indexModule .swiperBox .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.indexModule .swiperBox .swiper-container img {
  width: 100%;
  height: auto;
}
.indexModule .swiperBox .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff !important;
}
.indexModule .swiperBox .swiper-pagination-bullet-active {
  width: 1.25rem !important;
  border-radius: 10px;
  height: 0.5rem !important;
  background-color: #46266D !important;
}
.indexModule .About {
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.indexModule .About .About_area {
  margin: 0 auto;
  width: 104.6875rem;
  height: 72.5625rem;
  background-color: #fff;
  background-image: url('/static/images/index3.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -19rem;
  padding-top: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexModule .About .About_area .leftBox {
  width: 42.125rem;
  height: 31.25rem;
  margin-left: 137px;
  color: #606266;
  font-size: 1rem;
}
.indexModule .About .About_area .leftBox .title {
  font-size: 2.875rem;
  color: #303133;
}
.indexModule .About .About_area .leftBox .title2 {
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  color: #303133;
}
.indexModule .About .About_area .leftBox .content {
  margin-bottom: 2.5rem;
  line-height: 180%;
  text-align: justify;
}
.indexModule .About .About_area .leftBox .numberBox {
  display: flex;
  align-items: center;
  padding-right: 5.625rem;
  justify-content: space-between;
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .number {
  font-size: 2.5rem;
  color: #46266D;
}
.indexModule .About .About_area .leftBox .numberBox .numberBox_item .des {
  font-size: 1rem;
  color: #606266;
}
.indexModule .About .About_area .leftBox .button {
  width: 9.375rem;
  height: 3.125rem;
  margin-top: 4.375rem;
  transition: all 0.4s ease;
}
.indexModule .About .About_area .leftBox .button:hover {
  transform: scale(1.04);
}
.indexModule .About .About_area .right {
  width: 44.875rem;
  height: 40.625rem;
  margin-right: 4.9375rem;
}
.indexModule .Product .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-bottom: 0.625rem;
}
.indexModule .Product .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  width: 94%;
  margin: 0 auto;
}
.indexModule .Product .itemBox {
  margin-top: 3.75rem;
  overflow: hidden;
}
.indexModule .Product .itemBox .swiper-wrapper {
  display: flex;
}
.indexModule .Product .itemBox .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.indexModule .Product .itemBox .item {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.indexModule .Product .itemBox .item .image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .Product .itemBox .item .show {
  position: absolute;
  width: 100%;
  display: flex;
  padding: 0 2.5rem;
  bottom: 3.75rem;
  font-size: 1.75rem;
  color: #fff;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.35s ease;
}
.indexModule .Product .itemBox .item .show .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.indexModule .Product .itemBox .item:hover {
  box-shadow: 0 0.75rem 2.5rem rgba(46, 26, 71, 0.12);
}
.indexModule .Product .itemBox .item:hover .image {
  transform: scale(1.03);
}
.indexModule .Product .itemBox .item:hover .show {
  transform: translateY(-0.8rem);
}
.indexModule .newsBox {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}
.indexModule .newsBox .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-bottom: 0.625rem;
}
.indexModule .newsBox .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  width: 94%;
  margin: 0 auto;
}
.indexModule .newsBox .recommend {
  width: 87.5rem;
  height: 26rem;
  margin: 0 auto;
  margin-top: 2.3125rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.25rem;
}
.indexModule .newsBox .recommend .left {
  width: 42.8125rem;
  height: 100%;
  overflow: hidden;
}
.indexModule .newsBox .recommend .left .image {
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .recommend .right {
  width: 44.6875rem;
  height: 100%;
  background-color: #F5F6F8;
  padding-top: 3.375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.indexModule .newsBox .recommend .right .time {
  font-size: 0.9375rem;
  color: #909399;
}
.indexModule .newsBox .recommend .right .des {
  color: #303133;
  font-size: 1.5rem;
  margin-top: 0.9375rem;
  margin-bottom: 1.625rem;
}
.indexModule .newsBox .recommend .right .content {
  font-size: 1rem;
  color: #606266;
  margin-bottom: 5rem;
}
.indexModule .newsBox .recommend .right .button {
  width: 9.375rem;
  height: 3.125rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .recommend:hover .image {
  transform: scale(1.03);
}
.indexModule .newsBox .recommend:hover .button {
  transform: translateX(0.8rem);
}
.indexModule .newsBox .recommend:hover .des {
  color: #46266D;
}
.indexModule .newsBox .newsitemBox {
  display: flex;
  width: 87.5rem;
  margin: 0 auto;
  align-items: center;
  margin-top: 3.25rem;
  justify-content: space-between;
}
.indexModule .newsBox .newsitemBox .item {
  width: 27.5625rem;
  border-top: 1px solid #E4E7ED;
  padding-top: 1.75rem;
}
.indexModule .newsBox .newsitemBox .item .time {
  color: #909399;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
.indexModule .newsBox .newsitemBox .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexModule .newsBox .newsitemBox .item .content .det {
  width: 24.125rem;
  color: #303133;
  font-size: 1.0625rem;
}
.indexModule .newsBox .newsitemBox .item .content .icon {
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .newsitemBox .item .content .icon1 {
  width: 1.875rem;
  height: 1.875rem;
  display: none;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .newsBox .newsitemBox .item :hover .det {
  color: #46266D;
}
.indexModule .newsBox .newsitemBox .item :hover .icon1 {
  display: block;
}
.indexModule .newsBox .newsitemBox .item :hover .icon {
  display: none;
}
.indexModule .joinBox {
  width: 100%;
  height: 36.25rem;
  background-image: url('/static/images/index15.jpg');
  background-size: 100% 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  padding-top: 8.125rem;
}
.indexModule .joinBox .logo {
  width: 14.4375rem;
  height: auto;
  margin-bottom: 1.75rem;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexModule .joinBox .button {
  width: 9.375rem;
  height: auto;
  margin-top: 4.6875rem;
}
.indexModule .joinBox .button:hover {
  transform: scale(1.04);
}
.AboutModule {
  overflow: hidden;
}
.AboutModule .About {
  width: 100%;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.AboutModule .About .About_area {
  margin: 0 auto;
  width: 104.6875rem;
  height: 72.5625rem;
  background-color: #fff;
  background-image: url('/static/images/index3.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -19rem;
  padding-top: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AboutModule .About .About_area .leftBox {
  width: 42.125rem;
  height: 31.25rem;
  margin-left: 137px;
  color: #606266;
  font-size: 1rem;
}
.AboutModule .About .About_area .leftBox .title {
  font-size: 2.875rem;
  color: #303133;
}
.AboutModule .About .About_area .leftBox .title2 {
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  color: #303133;
}
.AboutModule .About .About_area .leftBox .content {
  margin-bottom: 2.5rem;
  line-height: 180%;
  text-align: justify;
}
.AboutModule .About .About_area .leftBox .numberBox {
  display: flex;
  align-items: center;
  padding-right: 5.625rem;
  justify-content: space-between;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number {
  font-size: 2.5rem;
  color: #46266D;
}
.AboutModule .About .About_area .leftBox .numberBox .numberBox_item .des {
  font-size: 1rem;
  color: #606266;
}
.AboutModule .About .About_area .leftBox .button {
  width: 9.375rem;
  height: 3.125rem;
  margin-top: 4.375rem;
}
.AboutModule .About .About_area .right {
  width: 44.875rem;
  height: 40.625rem;
  margin-right: 4.9375rem;
}
.AboutModule .wenhua {
  width: 100%;
  height: 71.25rem;
  overflow: hidden;
  background-image: url('/static/images/about3.jpg');
}
.AboutModule .wenhua .title {
  text-align: center;
  font-size: 2.875rem;
  color: #303133;
  margin-top: 8.75rem;
  margin-bottom: 0.625rem;
}
.AboutModule .wenhua .title1 {
  text-align: center;
  font-size: 1.125rem;
  color: #606266;
  margin-bottom: 1.875rem;
}
.AboutModule .wenhua .itemBox {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.AboutModule .wenhua .itemBox .item {
  cursor: pointer;
  width: 50%;
  height: 22.5rem;
  background-color: #157EC3;
  background-size: 100%;
  background-position: center;
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  padding-top: 6.25rem;
  transition: background-size 0.5s;
}
.AboutModule .wenhua .itemBox .item:hover {
  background-size: 105%;
}
.AboutModule .wenhua .itemBox .item .des {
  font-size: 1.375rem;
}
.AboutModule .wenhua .itemBox .item .des_hover {
  font-size: 1.375rem;
  display: none;
}
.AboutModule .wenhua .itemBox .item .line {
  width: 5.8125rem;
  height: 0.0625rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1.5px solid #FFFFFF80;
}
.AboutModule .wenhua .itemBox .item1 {
  background-image: url('/static/images/about8.png');
}
.AboutModule .wenhua .itemBox .item2 {
  background-image: url('/static/images/about5.jpg');
}
.AboutModule .wenhua .itemBox .item3 {
  background-image: url('/static/images/about6.jpg');
}
.AboutModule .wenhua .itemBox .item4 {
  background-image: url('/static/images/about7.jpg');
}
.AboutModule .wenhua .itemBox .item:hover.item1,
.AboutModule .wenhua .itemBox .item:hover.item2,
.AboutModule .wenhua .itemBox .item:hover.item3,
.AboutModule .wenhua .itemBox .item:hover.item4 {
  background-image: url('/static/images/about4.jpg');
}
.AboutModule .wenhua .itemBox .item1:hover .des,
.AboutModule .wenhua .itemBox .item2:hover .des,
.AboutModule .wenhua .itemBox .item3:hover .des,
.AboutModule .wenhua .itemBox .item4:hover .des {
  display: none;
}
.AboutModule .wenhua .itemBox .item1:hover .des_hover,
.AboutModule .wenhua .itemBox .item2:hover .des_hover,
.AboutModule .wenhua .itemBox .item3:hover .des_hover,
.AboutModule .wenhua .itemBox .item4:hover .des_hover {
  display: block;
}
.productModule {
  overflow: hidden;
}
.productModule .contentBox {
  width: 100rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.productModule .contentBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.875rem;
  padding-bottom: 5.875rem;
}
.productModule .contentBox .titleBox .left .text {
  font-size: 2.5rem;
  color: #46266D;
}
.productModule .contentBox .titleBox .left .text1 {
  font-size: 1.375rem;
  color: #46266D;
}
.productModule .contentBox .titleBox .right {
  width: 12.8125rem;
  height: auto;
}
.productModule .contentBox .titleBox .right img {
  width: 100%;
  height: 100%;
}
.productModule .listBox {
  display: flex;
}
.productModule .listBox .leftBox {
  width: 19.875rem;
  font-size: 1.4rem;
  color: #303133;
}
.productModule .listBox .leftBox .class {
  margin-bottom: 3rem;
  cursor: pointer;
  width: 72%;
}
.productModule .listBox .leftBox .active {
  color: #46266D;
}
.productModule .listBox .rightBox {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.productModule .listBox .rightBox .item {
  cursor: pointer;
}
.productModule .listBox .rightBox .item .imgBox {
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.625rem;
  height: 18.5rem;
}
.productModule .listBox .rightBox .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productModule .listBox .rightBox .item .name {
  color: #303133;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.productModule .listBox .rightBox .item .spec {
  display: flex;
  justify-content: space-between;
  color: #606266;
  font-size: 0.9375rem;
}
.productModule .listBox .rightBox .item:hover .imgBox img {
  transform: scale(1.04);
  transition: all 0.6s ease;
}
.productModule .listBox .rightBox .item:hover .name {
  color: #46266D;
}
.experienceModule {
  overflow: hidden;
}
.experienceModule .contentBox {
  width: 100rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.experienceModule .contentBox .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.875rem;
  padding-bottom: 5rem;
}
.experienceModule .contentBox .titleBox .left .text {
  font-size: 2.5rem;
  color: #46266D;
}
.experienceModule .contentBox .titleBox .left .text1 {
  font-size: 1.375rem;
  color: #46266D;
}
.experienceModule .contentBox .titleBox .right {
  height: auto;
}
.experienceModule .contentBox .titleBox .right img {
  width: 100%;
  height: 100%;
}
.experienceModule .listBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.3125rem;
}
.experienceModule .listBox .item {
  width: 22.5rem;
  overflow: hidden;
  position: relative;
}
.experienceModule .listBox .item .imgBox {
  width: 100%;
  height: 16.875rem;
}
.experienceModule .listBox .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experienceModule .listBox .item .time {
  margin-top: 1rem;
  color: #909399;
  margin-bottom: 0.25rem;
}
.experienceModule .listBox .item .name {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.experienceModule .listBox .item .more {
  margin-top: 0.8rem;
  color: #46266D;
  display: flex;
  align-items: center;
}
.experienceModule .listBox .item .more .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 3rem;
}
.experienceModule .listBox .item .add {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  color: #606266;
  margin-bottom: 0.25rem;
}
.experienceModule .listBox .item .add .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
}
.experienceModule .listBox .item .button {
  width: 8.1875rem;
  height: auto;
  margin-top: 1.5rem;
}
.experienceModule .listBox .item .show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 1rem;
  padding-top: 1.875rem;
}
.experienceModule .listBox .item .show .timess {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.experienceModule .listBox .item .show .name {
  color: #fff !important;
}
.experienceModule .listBox .item .show .add {
  margin-top: 1.25rem;
  color: #fff !important;
  margin-bottom: 5rem;
}
.experienceModule .listBox .item .show .add .textarea {
  text-indent: 1.6rem;
  text-align: justify;
}
.experienceModule .listBox .item .show .morebtn {
  background-color: #fff;
  width: 8.1875rem;
  height: 2.5rem;
  margin-top: 3rem;
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
  /* 过渡动画，顺滑移动 */
}
.experienceModule .listBox .item .show .morebtn .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.8rem;
}
.experienceModule .listBox .item .show .morebtn:hover {
  transform: translateX(10px);
  /* 向右偏移10px，数值可改 */
}
.experienceModule .listBox .item:hover .show {
  display: block;
  background-color: rebeccapurple;
}
.experienceModule .listBox .item:hover .imgBox img {
  transform: scale(1.03);
  transition: all 0.6s ease;
}
.experienceModule .listBox .item:hover .name {
  color: #46266D;
}
.experienceModule .switch-btn {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s;
  margin-right: 8px;
  background: #fff;
  color: #46266D;
  border: 1px solid #d0d0d0;
}
.experienceModule .switch-btn:hover {
  border-color: #46266D;
}
.experienceModule .switch-btn.active,
.experienceModule .switch-btn.active:hover {
  background: #46266D;
  color: #fff;
  border-color: #46266D;
}
.experienceModule .switch-btn:last-child {
  margin-right: 0;
}
.experienceModule .titleBox .right {
  display: flex;
  align-items: center;
}
.Page_content {
  overflow: hidden;
}
.Page_content .map_box .map_info_box {
  position: absolute;
  top: 28%;
  right: 10%;
  width: 43.75rem;
  z-index: 1001;
}
.Page_content .map_box .map_info_content_box {
  width: 100%;
  height: 26rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  margin-top: 0.875rem;
}
.Page_content .map_box .map_info_content_item_box {
  display: flex;
}
.Page_content .map_box .map_info_content_item {
  display: flex;
  margin-bottom: 2.875rem;
  margin-left: 8%;
}
.Page_content .map_box .map_info_content_item_img {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.Page_content .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
  line-height: 140%;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #303133;
  font-size: 1rem;
}
.Page_content .map_box .map_info_content_item_img {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.Page_content .map_box .map_info_content_title {
  color: #303133;
  font-size: 1.375rem;
  padding-top: 3.75rem;
  padding-left: 8%;
  font-weight: 600;
  margin-bottom: 2.125rem;
}
.Page_content .map_box .map_info_content_item_info_title {
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
  color: #606266;
}
.Page_content .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #303133;
  font-size: 16px;
}
.Page_content .map_box .about-desc-more {
  color: #fff;
  background-color: #46266D;
  width: 11.25rem;
  height: 2.875rem;
  border-radius: 0.5rem;
  margin-left: 8%;
}
.Page_content .map_box .about-desc-more a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}
.Page_partnership {
  overflow: hidden;
}
.Page_partnership .content {
  height: 47.5rem;
  margin-top: 5.125rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  background-image: url('/static/images/partnership.jpg');
}
.Page_partnership .content .logo {
  width: 14.4375rem;
  height: auto;
  margin-top: 11.8125rem;
  margin-bottom: 1.75rem;
  transition: all 0.6s ease;
}
.Page_partnership .content .logo:hover {
  transform: scale(1.05);
}
.Page_partnership .content .phone {
background-color: #46266D;
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    width: 19.75rem;
    margin: 0 auto;
    margin-top: 4.625rem;
    display: flex;
}
}
.showProductModule {
  overflow: hidden;
}
.showProductModule .details .container {
  width: 87.5rem;
  margin: 0 auto;
}
.showProductModule .details .view-top h1 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 6.25rem;
  margin-bottom: 1.875rem;
}
.showProductModule .view-info {
  display: flex;
  justify-content: center;
}
.showProductModule .view-info em {
  display: flex;
  margin: 0 1rem;
  color: #909399;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  align-items: center;
}
.showProductModule .view-info em img {
  margin-right: 0.625rem;
}
.showProductModule .view-desc {
  margin-top: 2rem;
  padding: 1rem 0 3rem 0;
}
.showProductModule .view-desc,
.showProductModule .view-desc p {
  color: #303133;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  
  margin-bottom: -8px;
  letter-spacing: 0.3px;
}
.showProductModule .view-pager {
  border-top: 1px solid #e2e2e2;
  padding: 1rem 0 5rem 0;
  margin-top: 2rem;
}
.showProductModule .view-pager ul {
  display: flex;
  justify-content: space-between;
}
.showProductModule .view-pager ul li {
  display: flex;
  color: #303133;
  cursor: pointer;
}
.showProductModule .view-pager ul li:hover {
  color: #006CDE;
}
