.introduce {
  background: url(../../image/product_background.jpg) no-repeat center;
  background-size: cover;
}
.introduce .top-box{
  padding-top: 1rem;
  background-color: #fff;
}
.introduce .top-box .title-tab {
  width: 24rem;
  margin: 0 auto;
}
.introduce .top-box .title-tab .title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.introduce .top-box .title-tab .tab_box {
  display: flex;
  justify-content: space-around;
}
.introduce .top-box .title-tab .product_tab_item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  height: 1.2rem;
  cursor: pointer;
}
.introduce .top-box .title-tab .product_tab_item .product_num {
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-position: 50%;
  background-size: auto 100%;
  transition: background-image .5s;
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_1 {
  background-image:url(../../image/01_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_1,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_1 {
  background-image:url(../../image/01_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_2 {
  background-image:url(../../image/02_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_2,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_2 {
  background-image:url(../../image/02_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_3 {
  background-image:url(../../image/03_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_3,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_3 {
  background-image:url(../../image/03_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_4 {
  background-image:url(../../image/04_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_4,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_4 {
  background-image:url(../../image/04_sel.png);
}
.introduce .top-box .title-tab .product_tab_item span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.32rem;
  font-size: 0.44rem;
  color: #111f2c;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 500;
  transition: color .5s;
}
.introduce .top-box .title-tab .product_tab_item:hover span {
  color: #06f;
}
.introduce .top-box .title-tab .product_tab_item.product_active span {
  color: #06f;
}
.introduce .top-box .title-tab .product_tab_item .product_barwrap {
  position: absolute;
  left: 0.1rem;
  bottom: -0.16rem;
  width: 100%;
}

.introduce .top-box .title-tab .product_tab_item .product_barwrap .product_bar {
  display: inline-block;
  height: 0.06rem;
  width: 0;
  transition: width .6s;
}
.introduce .top-box .title-tab .product_tab_item.product_active .product_barwrap .product_bar {
  width: 100%;
  background: #06f;
}
.introduce .infos-box {
  width: 24rem;
  margin: 0 auto;
}
.introduce .infos-box .introduce_info {
  display: none;
  overflow: hidden;
}
.introduce .infos-box .introduce_info:first-of-type {
  display: block;
}

.introduce .infos-box .introduce_info .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.introduce .swiper-button-next, .introduce .swiper-button-prev {
  color: rgba(0, 0, 0, .1) !important;
  transition:opacity 0.5s;
}
.introduce .swiper-button-next:hover, .introduce .swiper-button-prev:hover{
  color: rgba(0, 0, 0, .2) !important;
}

.introduce .bullet.bullet_active:before {
  animation: Banner_moving 6s linear;
}

.introduce .bullet {
  width: 1.28rem;
  height: 1.04rem;
  border-radius: 0;
  margin: 0 0.08rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.introduce .bullet:before{
  content: "";
  display: block;
  position: absolute;
  top:  0.48rem;
  left: 0;
  width: 100%;
  height: 0.08rem;
  background: #06f;
  transform: translateX(-100%);
  z-index: 2;
}
.introduce .bullet:after{
  position: absolute;
  top:  0.48rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.08rem;
  background: hsla(0, 0%, 0%, .5);
}

.swiper_common .text_box {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 13.6rem;
  cursor: pointer;
}
.swiper_common .text_box .content_title {
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.swiper_common .text_box .content_title span {
  color: #06f;
}
.swiper_common .text_box .content_desc {
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.swiper_common .text_box .content_consult {
  width: 3.2rem;
  height: 0.96rem;
  background: #06f;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  line-height: 0.96rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0.4rem;
}

.introduce .content_pagination {
  width: 24rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.introduce .content_pagination .product_detail {
  width: 6rem;
  padding:  0.48rem;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}

.introduce .content_pagination .product_detail:hover .product_detail_number,
.introduce .content_pagination .product_detail.detail_active .product_detail_number {
  color: #06f;
}
.introduce .content_pagination .product_detail .product_detail_number {
  color: #111f2c;
  padding-bottom: 0.24rem;
  font-size: 0.44rem;
  line-height: 0.5rem;
  letter-spacing: 0;
  font-weight: 500;
}
.introduce .content_pagination .product_detail .product_detail_text {
  font-size: 0.32rem;
  line-height: 0.96rem;
  color: rgba(17, 31, 44, .56);
  letter-spacing: 0;
  line-height:  0.48rem;
  font-weight: 400;
  white-space: pre-wrap;
}
.introduce .content_pagination .product_detail .product_detail_learn,
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn {
  margin-top: 0.32rem;
  vertical-align: top;
  cursor: pointer;
  display: flex;
}
.introduce .content_pagination .product_detail .product_detail_learn:hover span,
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn:hover span{
  text-decoration: underline;
  margin-right: 0.2rem;
}
.introduce .content_pagination .product_detail .product_detail_learn span,
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn span {
  font-size: 0.32rem;
  color: #06f;
  text-align: center;
  line-height: 0.4rem;
  font-weight: 400;
}
.introduce .content_pagination .product_detail .product_detail_learn img,
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn img{
  vertical-align: top;
  margin-top: 0.04rem;
  margin-left: 0.08rem;
  width: 0.32rem;
  height: 0.32rem;
}

.achievement {
  height: 4.44rem;
  line-height: 4.44rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04rem;
  text-align: center;
  text-shadow: 0 0.06rem  0.48rem rgba(0, 41, 112, .5);
  background-image: linear-gradient(225deg, #00afff, #07f);
}
.achievement .num {
  display: inline-block;
  width: 8rem;
  padding: 0 0.08rem;
  line-height: 4.44rem;
  vertical-align: bottom;
  font-size: 1.12rem;
  font-weight: 500;
}

.industry_news{
  width: 100%;
}
.industry_news .industry_news_title {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #111f2c;
}
.industry_news .industry_news_title .title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing:0.1rem;
  margin-bottom: 0.6rem;
}
.industry_news .industry_news_title .tip {
  font-size: 0.36rem;
  letter-spacing:0.1rem;
  margin-bottom: 0.4rem;
}
.industry_news .industry_news_content {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.industry_news .industry_news_content .content {
  width: 24rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.industry_news .industry_news_content .content .swiper_box {
  width: 62%;
  overflow: hidden;
  position: relative;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev{
  right: 1.7rem;
  bottom: 0.64rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next {
  right: 0.64rem;
  bottom: 0.64rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev,
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background: #fff;
  border: 0.02rem solid rgba(17, 31, 44, .12);
  z-index: 10;
  font-size: 0.36rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev div {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left:  0.24rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next div {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left: 0.28rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev:hover,
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next:hover {
  background-color: #0066FF;
  color: #fff;
}
.industry_news .industry_news_content .content .swiper_box .content_box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.7rem;
  padding: 0.64rem 0.64rem 0;
}

.industry_news .industry_news_content .content .swiper_box .content_box .title {
  display: flex;
  align-items: center;
}
.industry_news .industry_news_content .content .swiper_box .content_box .title .label{
  background: rgba(0, 102, 255, .1);
  border-radius: 0.08rem;
  font-size: 0.32rem;
  color: #06f;
  letter-spacing: 0;
  font-weight: 500;
  width: 1.76rem;
  display: block;
  height: 0.64rem;
  box-sizing: border-box;
  line-height: 0.64rem;
  text-align: center;
  margin-right:  0.24rem;
}
.industry_news .industry_news_content .content .swiper_box .content_box .title .title_text{
  font-size: 0.48rem;
  color: #111f2c;
  line-height: 0.64rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry_news .industry_news_content .content .swiper_box .content_box .info {
  font-family: PingFangSC-Regular;
  margin-top: 0.32rem;
  font-size: 0.32rem;
  color: rgba(17, 31, 44, .6);
  text-align: justify;
  line-height: 0.48rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry_news .industry_news_content .content .swiper_box .content_box .time {
  font-family: PingFangSC-Regular;
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0.64rem;
  font-size: 0.28rem;
  color: rgba(17, 31, 44, .32);
}

.industry_news .industry_news_content .content .right_box {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry_news .industry_news_content .content .right_box .big_data,
.industry_news .industry_news_content .content .right_box .news_info {
  width: 100%;
  height: 48%;
  box-sizing: border-box;
  background: #f7f8fc;
  padding: 0.48rem;
  border-radius: 0.16rem;
}

.industry_news .industry_news_content .content .right_box .big_data .title_box,
.industry_news .industry_news_content .content .right_box .news_info .title_box {
  display: flex;
  justify-content: space-between;
  height: 0.56rem;
  line-height: 0.56rem;
}

.industry_news .industry_news_content .content .right_box .big_data .title_box .title,
.industry_news .industry_news_content .content .right_box .news_info .title_box .title {
  font-family: PingFangSC-Medium;
  font-size: 0.4rem;
  color: #111f2c;
  font-weight: 500;
}
.industry_news .industry_news_content .content .right_box .big_data .title_box a,
.industry_news .industry_news_content .content .right_box .news_info .title_box a {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #06f;
  letter-spacing: 0;
  text-align: justify;
  cursor: pointer;
  font-weight: 400;
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem {
  padding: 0.48rem 0;
  height: 1.44rem;
  display: flex;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .cover,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .cover {
  height: 100%;
  width: 2.56rem;
  margin-right: 0.4rem;
  border-radius: 0.08rem;
  display: block;
  overflow: hidden;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .cover img,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .cover img{
  transition: all .4s ease-in-out;
  height: 100%;
  width: 100%
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text .textTitle,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text .textTitle{
  font-family: PingFangSC-Medium;
  line-height: 0.44rem;
  font-size: 0.36rem;
  margin: 0;
  color: #111f2c;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text .textDate,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text .textDate{
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: rgba(17, 31, 44, .32);
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover {
  transition: transform 0.4s ease-in-out;
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover .cover img,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover .cover img {
  transform: scale(1.04);
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover .text .textTitle,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover .text .textTitle {
  color: #0066FF;
}

.solution {
  background-image: url(../../image/solution_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 0;
}
.solution .solution_title {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.6rem;
}
.solution .solution_tab_zone {
  width: 24rem;
  margin: 0 auto;
}
.solution .solution_tab_zone_wrap {
  margin-bottom: -0.02rem;
  position: relative;
  z-index: 1;
}
.solution .solution_tab_zone_wrap .solution_tab_item {
  display: inline-block;
  width: 4.48rem;
  height: 0.98rem;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.96rem;
  font-weight: 400;
  cursor: pointer;
}
.solution .solution_tab_zone_wrap .solution_tab_item.solution_active {
  background-image: url(../../image/tab_count_6.png);
  opacity: 1;
  background-size: cover;
}
.solution .solution_tab_zone .tabDetail {
  border: 0.02rem solid #41558a;
  padding: 0 1.2rem 0.48rem;
  height: 13.6rem;
  background-color: rgba(0, 18, 51, .5);
  backdrop-filter: blur(0.2rem);
  display: none;
}
.solution .solution_tab_zone .tabDetail:nth-of-type(1) {
  display: flex;
}

.solution .solution_tab_zone .tabDetail .tabDetail_left {
  width: 9.6rem;
  margin-top: 1.28rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left.separate {
  width: 100%;
}
.solution .solution_tab_zone .tabDetail .tabDetail_line {
  width: 0.32rem;
  height: 7.6rem;
  margin: 0 1.02rem;
  background-image: url(../../image/line.png);
  background-repeat-x: no-repeat;
  box-sizing: border-box;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right {
  width: 9.58rem;
  margin-top: 1.44rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_title{
  width: 100%;
  font-size: 0.64rem;
  line-height: 0.9rem;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip {
  color: #fff;
  font-size: 0.32rem;
  text-align: justify;
  margin: 0.4rem 0;
  display: inline-block;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 0.14rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left.separate .tabDetail_left_title {
  text-align: center;
}

.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_desc {
  width: 100%;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  text-align: justify;
  line-height: 0.56rem;
  font-weight: 400;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_consult {
  margin-top: 0.8rem;
  width: 3.2rem;
  height: 0.96rem;
  background: #06f;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  line-height: 0.96rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  transition: background-color .2s;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_consult:hover {
  background-color: #3da4ff;
}

.solution .solution_tab_zone .tabDetail .tabDetail_right .tabDetail_right_customer{
  font-size: 0.48rem;
  line-height: 0.66rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .tabDetail_right_desc {
  margin-top: 0.32rem;
  width: 100%;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 0.56rem;
  font-weight: 400;
}

.swiper .swiper-slide .contact_info_popup_2 {
  display: none;
}

.swiper .swiper-slide .title_wrap {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.swiper .swiper-slide .title_wrap .title {
  line-height: 1.56rem;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
.swiper .swiper-slide .title_wrap .desc {
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  width: 8rem;
}

.swiper .swiper-slide .title_wrap .desc_2 {
  font-size: 0.42rem;
  margin-bottom: 0.4rem;
}

.swiper .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

@media (max-width: 980px) {
  .swiper .swiper-slide .title_wrap .desc {
    width: auto;
  }
  .swiper .swiper-slide .mask {
    display: block;
  }
  .swiper .swiper-slide .contact_info_popup {
    display: none;
  }
  .swiper .swiper-slide .contact_info_popup_2 {
    display: block;
  }
  .introduce .top-box .title-tab {
    width: 98%;
  }
  .introduce .top-box .title-tab .title {
    font-size: 6.4vw;
    margin-bottom: 9.6vw;
    padding: 0 6vw;
  }
  .introduce .top-box .title-tab .content_card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9.6vw;
  }
  .introduce .top-box .title-tab .content_card .scenceItem {
    margin-bottom: 2vw;
  }
  .introduce .top-box .title-tab .content_card .scenceItem img {
    width: 15vw;
  }
  .introduce .top-box .title-tab .product_tab_item span {
    font-size: 2.4vw;
    margin-left: 0.1vw;
  }
  .introduce .top-box {
    padding-top: 9.6vw;
  }
  .introduce .infos-box .introduce_info .introduce_info_text {
    font-size: 3vw;
  }
  .introduce .top-box .title-tab .product_tab_item .product_num {
    height: 10vw;
    width: 10vw;
  }
  .introduce .infos-box {
    width: 90%;
  }
  
  
  .achievement {
    font-size: 9.6vw;
  }
  .achievement{
    font-size: 7.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 12.36vw;
  }
  .solution .solution_title {
    font-size: 6.4vw;
  }
  .solution .solution_tab_zone {
    width: 100%;
  }
  .solution .solution_tab_zone_wrap {
    display: flex;
  }
  .solution .solution_tab_zone_wrap .solution_tab_item {
    font-size: 2.8vw;
  }
  .solution .solution_tab_zone_wrap .solution_tab_item.solution_active {
    background-size: 100% 100%;
  }
  .solution .solution_tab_zone .tabDetail {
    height: auto;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left {
    margin-top: 9.6vw;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_title {
    font-size: 5.4vw;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip {
    margin-top: 0;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip,
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_desc {
    font-size: 2.8vw;
  }
  .introduce .content_pagination {
    width: 100%;
  }
  .introduce .content_pagination .product_detail {
    width: 25%;
    padding: 0 2vw 5vw 2vw;
  }
  .introduce .content_pagination .product_detail .product_detail_number {
    font-size: 3.5vw;
  }
  .introduce .content_pagination .product_detail .product_detail_text {
    font-size: 3vw;
  }
}