#back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 64px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(34, 34, 34, 0.08);
  opacity: 1;
  border-radius: 32px;
  margin-top: 8px;
  padding: 16px;
  z-index: 9999;
}
#back-to-top .pic {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/back_top.png");
}
#back-to-top .pic:hover {
  background-image: url("../images/back_top_hover.png");
}
.case {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/company/Slice\ 2.png) no-repeat;
  background-size: 100% 100%;
}
.case .case-title {
  padding: 60px 0;
  text-align: center;
}
.case .case-title .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.case .case-title .sub-title {
  margin-top: 20px;
  color: #999;
  font-size: 19px;
}
.case .case-center {
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
}
.case .case-center .case-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item {
  width: 380px;
  height: 465px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(255, 201, 201, 0.25);
  border-radius: 10px;
  transition: all 500ms ease-in-out;
  box-sizing: border-box;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-top {
  width: 100%;
  height: 267px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  cursor: pointer;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom {
  height: 200px;
  padding: 19px 0px 30px 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .bottom-top {
  width: 120px;
  height: 51px;
  background: #ffffff;
  border-radius: 10px;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc {
  color: #999;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc .flex-container {
  display: flex;
  flex-direction: column;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc .flex-container .bottom-center .bottom-desc {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  width: 190px;
  height: 21px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  text-align: left;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc .flex-container .bottom-center .bottom-desc-1 {
  margin-top: 10px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #a8a8a8;
  line-height: 16px;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc .bottom-foot {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ea524e;
  line-height: 16px;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide .case-item .case-bottom .case-desc .bottom-foot a {
  color: #ea524e;
  text-decoration: none;
}
.case .case-center .case-container .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.01);
}
.case .case-center .case-container .swiper-button-next {
  right: -120px;
  width: 58px;
  height: 58px;
  margin-top: -39px;
  background: url(../images/index/case-right.png) no-repeat !important;
  background-size: 100%;
}
.case .case-center .case-container .swiper-button-next::after {
  content: "";
}
.case .case-center .case-container .swiper-button-prev {
  left: -120px;
  width: 58px;
  height: 58px;
  margin-top: -39px;
  background: url(../images/index/case-left.png) no-repeat !important;
  background-size: 100%;
}
.case .case-center .case-container .swiper-button-prev::after {
  content: "";
}
.case .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.case .overlay-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  margin: auto;
}
.case .iframe-container {
  width: 800px;
  height: 90%;
}
.case #enlargedImg {
  width: 1200px;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
.case .close-btn {
  position: absolute;
  top: -16px;
  right: -17px;
  cursor: pointer;
  z-index: 1100;
}
.com-data {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/company/num-bg.png) no-repeat;
  background-size: 100% 100%;
}
.com-data .num-list {
  display: flex;
  justify-content: space-between;
}
.com-data .num-list .title {
  font-family: RED Number;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.com-data .num-list .title .brandCount {
  display: inline-block;
}
.com-data .num-list .title span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-left: 6px;
}
.com-data .num-list .desc {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 4px;
}
.qualifications {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qualifications .qualifications-content {
  width: 100%;
  margin-top: -50px;
  display: flex;
  flex-direction: column;
}
.qualifications .qualifications-content .bottom-content {
  flex: 0.4;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.qualifications .qualifications-content .bottom-content .swiper-wrapper .swiper-slide {
  width: 24%;
  margin-right: 1%;
  border-radius: 7px;
  position: relative;
}
.qualifications .qualifications-content .bottom-content .swiper-wrapper .swiper-slide .image {
  width: 100%;
  height: 188px;
  background: linear-gradient(180deg, #e9e5e4 0%, #d5d1d0 100%);
  position: relative;
}
.qualifications .qualifications-content .bottom-content .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qualifications .qualifications-content .bottom-content .swiper-wrapper .swiper-slide .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #0a083a;
  background: #fafafa;
  margin-bottom: 0px;
}
.qualifications .qualifications-content .content {
  flex: 0.6;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.qualifications .qualifications-content .content .left-box {
  flex: 40%;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.qualifications .qualifications-content .content .left-box .time-line > .row11 {
  display: flex;
}
.qualifications .qualifications-content .content .left-box .time-line {
  flex: 0.4;
  height: 340px;
  overflow: hidden;
  cursor: grab;
  /* 提示用户可以拖动 */
  display: flex;
  flex-direction: column;
  position: relative;
}
.qualifications .qualifications-content .content .left-box .time-line .row11 {
  margin-left: 75px;
  float: left;
}
.qualifications .qualifications-content .content .left-box .time-line .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: -16px;
}
.qualifications .qualifications-content .content .left-box .time-line .line {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.qualifications .qualifications-content .content .left-box .time-line .line::after {
  border-left: 2px solid #6a290c;
  content: "";
  flex-grow: 1;
  margin: 5px 0;
}
.qualifications .qualifications-content .content .left-box .time-line .bodyContent {
  display: flex;
  flex-flow: column;
  width: 1px;
  height: 100%;
}
.qualifications .qualifications-content .content .left-box .time-line .bodyContent .time {
  width: 81px;
  height: 31px;
  font-size: 18px;
  text-align: center;
  line-height: 31px;
  color: #000;
  margin-top: -2px;
  margin-left: -120px;
}
.qualifications .qualifications-content .content .left-box .time-line .bodyContent .time-content {
  padding: 30px 0;
  margin-left: -30px;
}
.qualifications .qualifications-content .content .left-box .time-con {
  flex: 0.6;
  display: none;
  position: relative;
}
.qualifications .qualifications-content .content .left-box .time-con div {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.qualifications .qualifications-content .content .left-box .time-con div p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
}
.qualifications .qualifications-content .content .left-box .time-con div ol li {
  padding: 10px 0;
  list-style: disc;
}
.qualifications .qualifications-content .content .right-box {
  width: 100%;
  height: 100%;
  flex: 60%;
  margin-bottom: 30px;
  position: relative;
}
.qualifications .qualifications-content .content .right-box .stack {
  width: 100%;
  height: 100%;
  margin: auto;
}
.qualifications .qualifications-content .content .right-box .stack .card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 15px 20px rgba(0, 0, 0, 0.125);
  user-select: none;
}
.qualifications .qualifications-content .content .right-box .stack .card img {
  width: 100%;
  margin: 0 auto;
  border-radius: 2rem;
  object-fit: cover;
  border-radius: inherit;
}
.swiper-content {
  width: 100%;
  background-color: #fff;
  background: url(../images/company/logo-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.swiper-content .middle {
  width: 100%;
  padding-bottom: 101px;
}
.swiper-content .title-wrapper {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.swiper-content .title-wrapper .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.swiper-content .title-wrapper .sub-title {
  margin-top: 20px;
  color: #999;
  font-size: 19px;
}
.swiper-content .tab-title .title-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 16px;
  color: #000;
  font-style: normal;
  text-transform: none;
  position: relative;
}
.swiper-content .tab-title .title-content div {
  height: 57px;
  cursor: pointer;
  position: relative;
}
.swiper-content .tab-title .title-content div.active {
  color: #d85554;
  font-weight: bold;
  background: url(../images/company/Rectangle\ 2222.png) no-repeat;
}
.swiper-content .tab-title .title-content div.active::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d85554;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.swiper-content .tab-title .title-content::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
}
.swiper-content .logo-content {
  margin: 0 auto;
  display: flex;
}
.swiper-content .logo-content .left {
  flex: 16%;
  height: 510px;
  margin-right: -80px;
  z-index: 99;
}
.swiper-content .logo-content .left ul {
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-content .logo-content .left ul li {
  height: 72px;
  width: 160px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-content .logo-content .left ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff;
}
.swiper-content .logo-content .right {
  flex: 84%;
  overflow: hidden;
}
.swiper-content .logo-content .right .content {
  height: 87px;
}
.swiper-content .logo-content .right .content .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.swiper-content .logo-content .right .content .swiper-slide {
  height: 72px;
  width: 158px;
}
.swiper-content .logo-content .right .content::before {
  background-image: -webkit-linear-gradient(left, #ebedf0 20%, rgba(235, 237, 240, 0));
  content: "";
  height: 120%;
  left: -15px;
  position: absolute;
  top: -10px;
  width: 100px;
  z-index: 2;
}
.swiper-content .logo-content .right .content::after {
  background-image: -webkit-linear-gradient(right, #d2e9f7 20%, rgba(235, 237, 240, 0));
  content: "";
  height: 120%;
  position: absolute;
  right: -15px;
  top: -10px;
  width: 100px;
  z-index: 2;
}
.contact-us {
  width: 100%;
  height: 830px;
  background: url(../images/company/image\ 89.png) no-repeat;
  background-size: 100% 100%;
}
.contact-us .contact-title {
  padding-top: 60px;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
}
.contact-us .us {
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.contact-us .us .contact {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us .us .contact div {
  cursor: pointer;
  margin: 60px 20px;
  width: 186px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  border-radius: 37px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}
.contact-us .us .address-opacity {
  color: #fff !important;
  border: 1px solid #ea524e;
  background-color: #ea524e;
  font-weight: 700;
}
.contact-us .us .place {
  display: none;
  position: relative;
}
.contact-us .us .place .address {
  height: 430px;
  border-radius: 32px;
  font-size: 24px;
  display: flex;
}
.contact-us .us .place .address .address-img {
  border-radius: 32px 0 0 32px !important;
  overflow: hidden;
}
.contact-us .us .place .address .address-img img {
  width: 600px;
  height: 430px;
  object-fit: cover;
}
.contact-us .us .place .address .right-content {
  border-radius: 0 32px 32px 0;
  padding: 30px 60px 94px 73px !important;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.contact-us .us .place .address .right-content .BJ {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}
.contact-us .us .place .address .right-content .DZ {
  font-size: 16px;
  margin-top: 49px !important;
}
.contact-us .us .place .address .right-content .copy {
  width: 24px;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
}
.contact-us .us .place .address .right-content .phone:hover .copy {
  opacity: 1;
}
.contact-us .us .place .address .right-content .board:hover .copy {
  opacity: 1;
}
.contact-us .us .place .address .right-content .phone {
  display: flex;
}
.contact-us .us .place .address .right-content .ma {
  font-size: 20px;
}
.contact-us .us .place .address .right-content .ma .code {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.contact-us .us .place .address .right-content .ma .code img {
  width: 100%;
}
.contact-us .us .place .address .right-content .ma:hover .code {
  display: block;
}
.contact-us .us .place .address .right-content .top {
  margin-top: 40px;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
}
.contact-us .us .place .address .right-content .top span img {
  width: 24px;
  float: left;
  margin-right: 3%;
}
.pin {
  width: 100%;
  background: url(../images/company/Rectangle\ 2387.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 74px;
}
.pin .pin-course {
  height: 100%;
  position: relative;
}
.pin .pin-course .title-wrapper {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pin .pin-course .title-wrapper .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  font-family: PingFang SC;
}
.pin .pin-course .title-wrapper .sub-title {
  color: #999;
  margin-top: 20px;
  font-size: 19px;
}
.pin .pin-course .connect-area {
  width: 100%;
  height: 667px;
  margin-bottom: 74px;
}
.pin .pin-course .connect-area .connect-hook {
  height: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pin .pin-course .connect-area .connect-hook .connect-tab {
  width: 446px;
  height: 100%;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list {
  height: 100%;
  width: 100%;
  background: #fffbfb;
  box-shadow: 0px 4px 16px 0px rgba(250, 172, 172, 0.2);
  border-radius: 20px 20px 20px 20px;
  border: 3px solid #ffffff;
  padding: 0px 45px 38px 75px;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li {
  position: relative;
  height: 180px;
  width: 100%;
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li:nth-child(2) {
  padding-top: 80px;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li:nth-child(3) {
  padding-top: 120px;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li .tab-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li h3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 31px;
  color: #000;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li p {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #474747;
  line-height: 26px;
  margin-bottom: 31px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list li .line {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #c5c5c5;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list .current {
  opacity: 1;
}
.pin .pin-course .connect-area .connect-hook .connect-tab .tab-list .current h3 {
  color: #ea524e;
}
.pin .pin-course .connect-area .connect-hook .connect-con {
  width: 602px;
  height: 100%;
}
.pin .pin-course .connect-area .connect-hook .connect-con .con1 {
  display: none;
  width: 100%;
  height: 100%;
}
.con-item_1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con-item_1 .animate__animated {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 206px;
  width: 100%;
}
.con-item_1 .animate__animated .con-item_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: 400ms !important;
}
.con-item_1 .animate__animated .con-item_card .right-box {
  flex: 0.8;
  height: 100%;
  text-align: left;
  position: relative;
}
.con-item_1 .animate__animated .con-item_card .right-box .tip {
  position: absolute;
  top: 38px;
  left: 55px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 36px;
  color: #ffffff;
}
.con-item_1 .animate__animated .con-item_card .right-box img {
  position: absolute;
  left: 55px;
  bottom: 38px;
}
.con-item_1 .animate__animated .con-item_card:hover {
  transform: scale(1.1, 1.1) !important;
}
.con1:nth-child(1) .con-item_1 .red {
  background: url(../images/company/Group\ 1788.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(1) .con-item_1 .white {
  background: url(../images/company/Group\ 1789.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(1) .con-item_1 .blue {
  background: url(../images/company/Group\ 1790.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(2) .con-item_1 .red {
  background: url(../images/company/Group\ 1791.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(2) .con-item_1 .white {
  background: url(../images/company/Group\ 1792.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(2) .con-item_1 .blue {
  background: url(../images/company/Group\ 1793.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(3) .con-item_1 .red {
  background: url(../images/company/Group\ 1794.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(3) .con-item_1 .white {
  background: url(../images/company/Group\ 1795.png) no-repeat;
  background-size: 100% 100%;
}
.con1:nth-child(3) .con-item_1 .blue {
  background: url(../images/company/Group\ 1796.png) no-repeat;
  background-size: 100% 100%;
}
.con-item_1:hover > .con-item_card:not(:hover) {
  transform: scale(0.9, 0.9) !important;
}
.main-service {
  width: 100%;
  margin: 0 auto;
  background: url(../images/company/Slice\ 1.png) no-repeat;
  background-size: 100% 100%;
}
.main-service .mod-ele-content-1 ol {
  padding-left: 20px;
}
.main-service .mod-ele-content-1 ol li {
  list-style: disc;
}
.main-service .mod-ele-content-1 .con {
  display: none;
  height: 100%;
  margin: 0 auto;
}
.main-service .mod-ele-content-1 .con .detailed-course .title-wrapper {
  padding: 60px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-service .mod-ele-content-1 .con .detailed-course .title-wrapper .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  font-family: PingFang SC;
}
.main-service .mod-ele-content-1 .con .detailed-course .title-wrapper .sub-title {
  color: #999;
  margin-top: 20px;
  font-size: 19px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box {
  padding: 0 0 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  overflow: hidden;
  /* 阻止垂直滚动 */
  overflow-x: auto;
  /* 允许水平滚动 */
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* 为 iOS 设备提供更平滑的滚动效果 */
  scrollbar-width: none;
  /* 隐藏滚动条 */
  position: relative;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab .tab-item {
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #666;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab .tab-item .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: PingFang SC;
  margin-bottom: 2px;
  white-space: nowrap;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab .tab-item .sub-title {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab .active {
  color: #ff2442;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab .active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff2442;
  content: "";
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .tab::-webkit-scrollbar {
  display: none;
  /* 对于基于 WebKit 的浏览器，隐藏滚动条 */
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask {
  display: none;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list .cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 379px;
  background: linear-gradient(1deg, #ffeded 0%, #ffffff 100%);
  box-shadow: 0px 4px 16px 0px rgba(134, 134, 134, 0.2);
  border-radius: 20px;
  margin-bottom: 20px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 70px 40px 42px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list .content .heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 36px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list .content .para {
  line-height: 32px;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #767676;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-list .content img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-selected {
  color: #fff !important;
  background: url(../images/Frame/Rectangle\ 2270.png) no-repeat !important;
  background-size: 100% 100%;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-selected .content .heading,
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-selected .content .para {
  color: #fff;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask .card-selected .content .heading {
  font-weight: bold;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-list .cards {
  width: calc(50% - 17px);
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-list .cards ol {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: auto;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-list .cards ol li {
  padding: 33px 50px 0 0;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-selected {
  color: #fff !important;
  background: url(../images/Frame/Rectangle\ 2310.png) no-repeat !important;
  background-size: 100% 100%;
}
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-selected .content .heading,
.main-service .mod-ele-content-1 .con .detailed-course .show-content .right-box .card-mask:nth-child(5) .card-selected .content .para {
  color: #fff;
}
.main-con {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url(../images/company/aboutBg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.main-con .mod-elevator {
  width: 100%;
}
.main-con .mod-elevator .ele-navigation {
  width: 100%;
  height: 60px;
  text-align: right;
}
.main-con .mod-elevator .ele-nav-list {
  height: 60px;
  margin: 0 auto;
  padding-top: 30px;
}
.main-con .mod-elevator .ele-nav-list li {
  display: inline-block;
  margin-left: 56px;
  text-align: center;
}
.main-con .mod-elevator .ele-nav-list li a {
  display: block;
  color: #000;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.main-con .mod-elevator .ele-nav-list li i {
  color: #ababab;
  height: 20px;
  font-size: 12px;
}
.main-con .mod-elevator .ele-nav-list .active-ele > a {
  font-weight: bold;
  font-size: 20px;
  color: #ea524e;
}
.mod-ele-content {
  height: 750px;
  width: 100%;
}
.mod-ele-content .compfe .compfe-con {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.mod-ele-content .compfe .compfe-con .active-box {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.mod-ele-content .compfe .compfe-con .left-box {
  width: 706px;
  height: 484px;
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(243, 96, 97, 0.3);
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box {
  width: 706px;
  height: 484px;
  border-radius: 32px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: rgba(243, 96, 97, 0.1);
  background-image: linear-gradient(135deg, rgba(243, 96, 97, 0.2), #fff);
  padding: 40px 0 0 61px;
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box .title-bg {
  width: 151px;
  height: 37px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box .line {
  width: 581px;
  height: 1px;
  margin-bottom: 20px;
  background: #000;
  border-radius: 0px 0px 0px 0px;
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box .right-content {
  width: 543px;
  height: 337px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box .right-content p {
  margin-bottom: 20px;
}
.mod-ele-content .compfe .compfe-con .txt-box.right-box .right-content::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 56px;
  height: 5px;
  background: #000;
  border-radius: 15px 15px 15px 15px;
}
.mod-ele-content .compfe .compfe-con .txt-box h3 {
  color: #2a2e2e;
  font-size: 30px;
  font-family: "TencentSansw7";
  line-height: 45px;
  transform: translateY(-30px);
}
.mod-ele-content .compfe h3 {
  color: #2a2e2e;
  font-size: 30px;
  font-family: "TencentSansw7";
}
.mod-ele-content .con {
  display: none;
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}
.mod-ele-content .con .history-course {
  height: 100%;
  position: relative;
}
.mod-ele-content .con .history-course .history-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-ele-content .con .history-course .history-content img {
  height: 60%;
  margin-top: 60px;
}
.mod-ele-content .con .history-course img {
  width: 75%;
}
.mod-ele-content .con .history-course .course-1 {
  position: absolute;
  top: 2.5%;
  left: 15%;
}
.mod-ele-content .con .history-course .course-2 {
  position: absolute;
  top: 4%;
  left: 37%;
}
.mod-ele-content .con .history-course .course-3 {
  position: absolute;
  top: 7%;
  left: 69%;
}
.mod-ele-content .con .history-course .course-4 {
  position: absolute;
  top: 32%;
  left: 32%;
}
.mod-ele-content .con .history-course .course-5 {
  position: absolute;
  top: 57%;
  left: 17%;
}
.mod-ele-content .con .history-course .course-6 {
  position: absolute;
  top: 63%;
  left: 50%;
}
.mod-ele-content .con .history-course .course-7 {
  position: absolute;
  top: 61%;
  left: 70%;
}
.service {
  width: 100%;
  background-color: #eef1f8;
}
.service .con-title {
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  color: #333;
}
.service .sub-title {
  text-align: center;
  font-size: 16px;
  color: #999;
}
.service .service-details {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px auto 0px;
  padding-bottom: 80px;
}
.service .service-details li {
  width: 330px;
  height: 297px;
  padding: 20px;
  color: #333;
  border-radius: 7px 7px 7px 7px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  margin-right: 16px;
  position: relative;
  font-size: 14px;
}
.service .service-details li .title {
  width: 100%;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
}
.service .service-details li .desc {
  position: absolute;
  left: 50%;
  bottom: 50px;
}
.service .service-details li .service-content {
  display: none;
}
.service .service-details li:last-child {
  margin-right: 0;
}
.service .service-details li.active {
  transition: background-color 1s;
  border: none;
}
.service .service-details li.active .service-content {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.service .service-details li.active .service-content .item {
  flex: 0 0 50%;
  display: flex;
  margin-top: 10px;
}
.service .service-details li.active .service-content .item img {
  width: 21px;
}
.service .service-details li.active .title {
  color: #333;
  bottom: 100px;
  font-size: 24px;
}
.service .service-details li.active img.image {
  left: 32%;
}
.service .service-details li:nth-child(1) {
  background: url(../images/index/Group1450.png) center center / 100% 100% no-repeat;
}
.service .service-details li:nth-child(2) {
  background: url(../images/index/Group1442.png) center center / 100% 100% no-repeat;
}
.service .service-details li:nth-child(3) {
  background: url(../images/index/Group1439.png) center center / 100% 100% no-repeat;
}
.service .service-details li:nth-child(4) {
  background: url(../images/index/Group1441.png) center center / 100% 100% no-repeat;
}
@keyframes moveRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
