.header_warp {
  width: 100%;
}
.header_warp .header_swiper_box .swiper-container {
  height: 600px;
}
.header_warp .header_swiper_box .swiper-container .swiper-pagination-bullet {
  background: white !important;
  opacity: 0.5;
}
.header_warp .header_swiper_box .swiper-container .swiper-pagination-bullet-active {
  background: #7B8FFF !important;
  opacity: 1;
}
.header_warp .header_swiper_box .swiper-container .swiper-slide .header_swiper_image {
  object-fit: cover;
  min-width: 1200px;
  height: 600px;
  width: 100%;
}
.header_warp .banner_content_box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.header_warp .banner_content_box .banner_content_item {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header_warp .banner_content_box .banner_content_item .header_name {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 230px;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-family: Microsoft YaHei, SourceHanSansCN-Heavy, SourceHanSansCN;
  font-weight: 800;
  line-height: 50px;
}
.header_warp .banner_content_box .banner_content_item .header_regiter_btn {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 330px;
  width: 224px;
  height: 73px;
  background: white transparent 0%;
  border-radius: 37px;
}
.header_warp .banner_content_box .banner_content_item .header_regiter_btn .regiter_text {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
}
.header_warp .banner_content_box .banner_content_item .header_regiter_btn .time_text {
  margin-top: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
.header_warp .fixed_box {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2005;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 4px 12px 0px rgba(151,189,255,0.2);
}
.header_warp .fixed_box .header_content {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.header_warp .fixed_box .header_content .navbar div,
.header_warp .fixed_box .header_content .navbar a {
  cursor: pointer;
  margin-right: 50px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
}
.header_warp .fixed_box .header_content .navbar div .line,
.header_warp .fixed_box .header_content .navbar a .line {
  position: absolute;
  width: 28px;
  height: 4px;
  background: #e74022;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.header_warp .fixed_box .header_content .navbar div .go_admin,
.header_warp .fixed_box .header_content .navbar a .go_admin {
  width: 144px;
  margin: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: linear-gradient(90deg, #40C9FF 0% , #A785FF 50%,#E369FF 100%,);
  /* border-radius: 2px; */
}
.header_warp .fixed_box .header_content .navbar .activeRoute {
  color: #7B8FFF;
}
.header_warp .fixed_box .header_content .navbar .activeRoute .line {
  opacity: 1;
}
.header_warp .fixed_box .header_line {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.header_warp .help_box {
  height: 80px;
  width: 100%;
}
.index_warp {
  width: 100%;
  overflow-x: hidden;
}
.index_warp .solution_warp {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index_warp .solution_warp .solution_title {
  margin: 80px 0 50px;
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.index_warp .solution_warp .tab_warp {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.index_warp .solution_warp .tab_warp .tab_item {
  font-weight: 600;
  width: 220px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.index_warp .solution_warp .tab_warp .tab_line {
  width: 80px;
  height: 3px;
  background: #7B8FFF;
  position: absolute;
  left: 120px;
  bottom: 0px;
  transition: left 0.3s;
}
/* .index_warp .solution_warp .solution_content_box {
  padding: 40px 80px 0px 0px;
} */
.index_warp .solution_warp .solution_content_box .solution_content_right {
  width: 450px;
}
.index_warp .solution_warp .solution_content_box .solution_content_right .solution_content_title {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}
.index_warp .solution_warp .solution_content_box .solution_content_right .solution_text{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  list-style: disc;
}
.index_warp .bread_box {
  width: 1920px;
  height: 60px;
  background: #F2F2F2;
}
.index_warp .bread_box .bread_text {
  width: 1200px;
  color: #999999;
  cursor: pointer;
  line-height: 60px;
  font-size: 18px;
  margin: auto;
}
.index_warp .industry_detail_warp {
  width: 1200px;
  margin: auto;
  padding-bottom: 80px;
}
.index_warp .industry_detail_warp .industry_detail_title {
  text-align: center;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.index_warp .industry_detail_warp .industry_detail_text {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 40px;
}
.index_warp .industry_detail_warp .industry_detail_textTitle {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 600;
}
.index_warp .common_title div {
  font-weight: 600;
  color: #333333;
}
.index_warp .common_title .line {
  width: 100px;
  height: 5px;
  background: #E74022;
}
.index_warp .white_title div {
  color: #ffffff;
}
.index_warp .white_title .line {
  background: #ffffff;
}

.index_warp .choosew_warp .comps {
  width: 1202px;
  margin: 40px auto 0 auto;
}
.index_warp .choosew_warp .comps > div {
  display: flex;
  width: 550px;
  height: 150px;
  margin-right: 48px;
  margin-bottom: 20px;
  /* border: 1px solid #dd4949; */
}
/* 图标样式 */
.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0; /* 防止图标被压缩 */
}
.feature-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* 文本内容区域 */
.feature-content {
    flex-grow: 1;
}

/* 标题样式 */
.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 8px;
    margin-top: 0;
}

/* 描述文本样式 */
.feature-description {
    font-size: 14px;
    color: #4E5969;
    line-height: 1.6;
    margin: 0;
}
.index_warp .choosew_warp .comps > div img {
  width: 100%;
  height: 100%;
}
.index_warp .choosew_warp .comps > div:nth-child(5n) {
  margin-right: 0;
}
.index_warp .choosew_warp .comps > div:nth-child(n+6) {
  margin-top: 38px;
}
.index_warp .choosew_warp .comps_footer {
  height: 180px;
  background: url(https://img.jianzhimao.com/luyong/luyongWeb/index_comps_footer_bg.png) no-repeat center center;
}
.index_warp .choosew_warp .comps_footer > div {
  width: 1100px;
  height: 180px;
  margin: auto;
}
.index_warp .choosew_warp .comps_footer > div .comps_footer_left {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}

.comps_footer_right {
  margin: auto;
  margin-left: 0;
  text-align: center;
  width: 195px;
  height: 60px;
  background: whitesmoke transparent 0;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
}

.ai_container{
  padding: 20px;
  padding-bottom: 0;
}
