.home .swiper .banner_text {
  position: absolute;
  top:50%;
  left:20%;
  transform: translateY(-50%);
  color: #fff;
}

.home .swiper .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3);
  display: none;
}
.home .swiper .banner_text .text_title {
  letter-spacing:0.2441vw;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.home .swiper .banner_text .text_content {
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing:0.2441vw;
}
.home .swiper .swiper-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.home .swiper .swiper-image-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
.home .swiper .title_wrap {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  
}
.home .swiper .title_wrap .title {
  line-height: 1.56rem;
  font-size: 1.12rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
.home .swiper .title_wrap .desc {
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
}

.home .swiper .title_wrap .desc_2 {
  font-size: 0.48rem;
  margin-bottom: 0.4rem;
}
.product_service{
  width: 100%;
}
.product_service .product_service_title {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #111f2c;
}
.product_service .product_service_title .title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing:0.2441vw;
  margin-bottom: 1.4648vw;
}
.product_service .product_service_title .tip {
  font-size: 0.36rem;
  letter-spacing:0.2441vw;
  margin-bottom: 0.4rem;
}
.product_service .product_service_content {
  background: url(../image/product_background.jpg) no-repeat center;
  background-size: cover;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 0.1rem;
}
.product_service .product_service_content .content {
  width: 58.594vw;
  margin: 0 auto;
  /* border-bottom: 0.16rem solid #ECEBF0; */
}

.product_service .product_service_content .content .navigation,
.solution .solution_content .content .navigation {
  width: 100%;
  height: 3.16rem;
  /* border-bottom: 0.16rem solid #ECEBF0; */
  display: flex;
  justify-content: space-between;
  background-color: #F8F8FA;
  margin-bottom: 0.4rem;
}

.product_service .product_service_content .content .navigation .navItem, 
.solution .solution_content .content .navigation .navItemb {
  width: 33%;
  height: 100%;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.product_service .product_service_content .content .navigation .navItem.sel,
.product_service .product_service_content .content .navigation .navItem:hover,
.solution .solution_content .content .navigation .navItemb.sel,
.solution .solution_content .content .navigation .navItemb:hover {
  background-color: #07f;
}
.product_service .product_service_content .content .navigation .navItem .text,
.solution .solution_content .content .navigation .navItemb .text {
  font-size: 0.6rem;
  color: black;
  font-weight: 600;
  letter-spacing:0.2441vw;
}
.product_service .product_service_content .content .navigation .navItem .text:nth-child(3),
.solution .solution_content .content .navigation .navItemb .text:nth-child(3){
  font-size: 0.28rem;
}

.product_service .product_service_content .content .navigation .navItem.sel .text,
.product_service .product_service_content .content .navigation .navItem:hover .text,
.solution .solution_content .content .navigation .navItemb.sel .text,
.solution .solution_content .content .navigation .navItemb:hover .text {
  color: #fff;
}

.product_service .product_service_content .content .info {
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 0.7rem 0.7rem 0.7rem;
  margin-bottom: 0.4rem;
  background-color: #F8F8FA;
}
.product_service .product_service_content .content .info .haijuliao_info {
  display: flex;
  justify-content: space-between;
}
.product_service .product_service_content .content .info .haijuliao_info .left {
  width: 49%;
}
.product_service .product_service_content .content .info .haijuliao_info .left .left_title {
  font-size: 0.4rem;
  color: black;
  font-weight: 600;
  letter-spacing:0.2441vw;
  margin-bottom: 0.2rem;
}

.product_service .product_service_content .content .info .haijuliao_info .left .left_text {
  font-size: 0.32rem;
  color: #111f2c;
  letter-spacing:0.2441vw;
  line-height: 0.56rem;
  font-weight: 500;
}
.product_service .product_service_content .content .info .haijuliao_info .left .left_btn {
  font-size: 0.36rem;
  color: black;
  letter-spacing:0.2441vw;
  padding: 0.16rem 0.1rem 0.2rem 0.2rem;
  border: 0.04rem solid black;
  border-radius: 0.2rem;
  cursor: pointer;
}
.product_service .product_service_content .content .info .haijuliao_info .left .left_btn:hover {
  color: #fff;
  background-color: #07f;
  border: 0.04rem solid #07f;

}
.product_service .product_service_content .content .info .haijuliao_info .right {
  width: 49%;
  position: relative;
}
.product_service .product_service_content .content .info .haijuliao_info .right .cover{
  width: 100%;
  height: 6.68rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.product_service .product_service_content .content .info .haijuliao_info .right .play_btn {
  width: 4.88283vw;
  height: 4.88283vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.solution{
  width: 100%;
}
.solution .solution_title {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #111f2c;
}
.solution .solution_title .title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing:0.2441vw;
  margin-bottom: 0.6rem;
}
.solution .solution_title .tip {
  font-size: 0.36rem;
  letter-spacing:0.2441vw;
  margin-bottom: 0.4rem;
}

.solution .solution_content {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  border-radius: 0.1rem;
}
.solution .solution_content .content {
  width: 58.594vw;
  margin: 0 auto;
}
.solution .solution_content .content .solution_detail {
  display: flex;
  justify-content: center;
}
.solution .solution_content .content .item{
  width: 14.404vw;
  overflow: hidden;
  height: 8.4rem;
  position: relative;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 0.1rem;
}
.solution .solution_content .content .item:nth-last-of-type{
  margin: 0;
}
.solution .solution_content .content .item:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}
.solution .solution_content .content .item img {
  width: 100%;
  height: 100%;
}
.solution .solution_content .content .item .text_box {
  position: absolute;
  bottom: 0.6rem;
  left: 0.2rem;
  color:#fff;
}
.solution .solution_content .content .item .text_box .text_1 {
  font-size: 0.5rem;
  margin-bottom: 0.4rem;
}
.solution .solution_content .content .item .text_box .text_2 {
  font-size: 0.3rem;
}

.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.2441vw;
  margin-bottom: 0.6rem;
}
.industry_news .industry_news_title .tip {
  font-size: 0.36rem;
  letter-spacing:0.2441vw;
  margin-bottom: 0.4rem;
}
.industry_news .industry_news_content {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.industry_news .industry_news_content .content {
  width: 58.594vw;
  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: 1.9531vw;
  height: 1.9531vw;
  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.4883vw;
  height: 0.4883vw;
  position: absolute;
  top: 0.14rem;
  left: 0.24rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next div {
  width: 0.4883vw;
  height: 0.4883vw;
  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;
  cursor: pointer;
}
.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: 4.2969vw;
  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;
}
.industry_news .industry_news_content .content .swiper_box .content_box .title .title_text:hover {
  color: #06f;
}
.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: 6.25vw;
  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;
}
.video_popup #my-video {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
.home .swiper .mask {
  display: block;
}
.product_service .product_service_content .content,
.solution .solution_content .content {
  width: 95%;
}
.product_service .product_service_content .content .navigation,
.solution .solution_content .content .navigation {
  height: 16vw;
}
.product_service .product_service_content .content .navigation .navItem .text,
.solution .solution_content .content .navigation .navItemb .text {
  font-size: 5.4vw;
}
.product_service .product_service_title {
  padding-top: 9.6vw;
}
.product_service .product_service_title .title,
.solution .solution_title .title {
  font-size: 6.4vw;
}
.product_service .product_service_title .tip {
  font-size: 4.373vw;
}
.product_service .product_service_content .content .info{
  padding: 5vw;
}
.product_service .product_service_content .content .info .haijuliao_info {
  flex-direction: column;
  align-items: center;
}
.solution .solution_title .tip {
  text-align: center;
}
.product_service .product_service_content .content .info .haijuliao_info .left,
.product_service .product_service_content .content .info .haijuliao_info .right {
  width: 100%;
}
.product_service .product_service_content .content .info .haijuliao_info .right{
  margin-top: 5vw;
}
.solution .solution_content .content a{
  width: 49%;
  margin-bottom: 2vw;
}
.solution .solution_content .content .item {
  width: 100%;
}
.solution .solution_content .content .solution_detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_service .product_service_content .content .info .haijuliao_info .right .play_btn {
  width: 15vw;
  height: 15vw;
}
.product_service .product_service_content .content .info .haijuliao_info .right .cover {
  height: auto;
}
.home .swiper .title_wrap .title {
  font-size: 1rem;
}
.home .swiper .title_wrap {
  left: 10%;
  right: 10%;
}
.home .swiper .title_wrap .desc {
  font-size: 0.34rem;
}
.home .swiper .title_wrap .desc_2 {
  font-size: 0.42rem;
}
.home .swiper .swiper-image {
  display: none;
}
.home .swiper .swiper-image-2 {
  display: block;
}
}