@import url(jquery.bxslider.css);
@import url(pscroll.css);
/* banner 开始 */

.banner {
  position: relative;
  width: 100%;
  height: 750px;
}

.banner > p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .posterImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.banner > p > video {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill;
}

#slider {
  width: 100%;
  height: 100%;
}

#slider .bx-wrapper {
  height: 100%;
}

#slider .bx-wrapper .bx-viewport {
  height: 100% !important;
  background-color: transparent;
}

#slider .bxslider {
  height: 100%;
}

#slider .bxslider .product_intro {
  display: block;
  height: 90%;
  line-height: 1;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#slider .bxslider .product_intro .title {
  font-family: "AlibabaPuHuiTi_2_85_Bold";
  font-size: 84px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
}

#slider .bxslider .product_intro .title span {
  color: #00adff;
}

#slider .bxslider .product_intro .sub_title {
  font-family: "AlibabaPuHuiTi_2_45_Light";
  margin-top: 36px;
  font-size: 44px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
}

#slider .bxslider .goexperience {
  position: absolute;
  bottom: 27%;
  left: 15%;
  display: block;
  width: 200px;
  height: 64px;
  line-height: 64px;
  background: #006fff;
  border-radius: 4px;
  text-align: center;
  margin-top: 5%;

  font-family: "AlibabaPuHuiTi_2_75_SemiBold";
  font-size: 24px;
  color: #ffffff;
}

/* 轮播图的样式修改 */

#slider .bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 41px;
}

#slider .bx-wrapper .bx-prev {
  left: 4%;
  background: url(../images/i_left.png) no-repeat center/contain;
}

#slider .bx-wrapper .bx-next {
  right: 4%;
  background: url(../images/i_right.png) no-repeat center/contain;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.4);
}
/* banner结束 */

/* 媒体查询方式适应移动端 */
@media screen and (max-width: 1200px) {
  .banner {
    height: 5.2rem;
  }
  
  .banner > p > video {
    display: none;
  }

  #slider .bxslider .product_intro .title {
    font-size: 0.52rem;
  }

  #slider .bxslider .product_intro .sub_title {
    margin-top: 0.16rem;
    font-size: 0.28rem;
  }

  #slider .bxslider .goexperience {
    line-height: 0.54rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;

    width: 1.56rem;
    height: 0.54rem;
    background: #006fff;
    border-radius: 0.02rem;
  }
}

/* 解决方案 */
.wapperContent {
  width: 1200px;
  margin: 0 auto;
}

.wapperContent {
  padding-top: 100px;
}

.wapperContent .Solution .Solution_title {
  font-family: "AlibabaPuHuiTi_2_85_Bold";
  font-size: 48px;
  color: #101a2b;
  text-align: center;
}

.wapperContent .Solution .Solution_sub_title {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 24px;
  color: #757b84;
  text-align: center;
  margin-top: 22px;
}

.wapperContent .Solution .Solution_Content {
  display: flex;
  margin-top: 60px;
  width: 100%;
}
.wapperContent .Solution .Solution_Content .Solution_Content_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  /* flex: 1; */
  height: 550px;
  width: 298px;
  margin-left: 3px;
  overflow: hidden;
}

/* .wapperContent .Solution .Solution_Content .Solution_Content_item:hover {
  transition: all 0.3s;
} */

.wapperContent .Solution .Solution_Content_Mobile {
  display: none;
}

/* 遮罩层 */

.Solution_Content_item .solutionMark {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.Solution_Content_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 解决方案手风琴 */
.Solution_Content .solucontent_title {
  position: relative;
  width: 298px;
  flex-shrink: 0;
  z-index: 2;

  padding: 54px 30px 0 30px;

  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  font-family: "AlibabaPuHuiTi_2_95_ExtraBold";
  font-size: 30px;
  color: #ffffff;
  text-align: left;
}

.Solution_Content .solucontent_title .solucontent_line {
  display: none;
  position: absolute;
  font-size: 0px;
  bottom: -18px;
  left: 30px;
  width: 80%;
  border: 1px solid #ffffff;
}

.Solution_Content .Solution_Content_item .number {
  position: relative;
  width: 48px;
  height: 45px;
  margin-right: 12px;
  flex-shrink: 0;
  /* font-style: italic; */
}

.Solution_Content .Solution_Content_item .number > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Solution_Content .Solution_Content_item .solucontent_content {
  display: none;
  position: relative;
  z-index: 2;
  padding: 145px 90px 0px 30px;
}

.Solution_Content .Solution_Content_item .solucontent_content .content_left {
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  margin-right: 40px;
  width: 340px;
}

.content_left_sub {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 20px;
  color: #dde1e6;
  text-align: left;
  font-style: normal;
  margin-top: 19px;
}

.content_left .learnMore {
  display: block;
  width: 178px;
  height: 56px;
  background: #005fff;
  border-radius: 4px;
  text-align: center;

  font-family: "AlibabaPuHuiTi_2_75_SemiBold";
  font-size: 24px;
  color: #ffffff;
  line-height: 56px;
  margin-top: 30px;
}

.solucontent_content .content_right {
  width: 400px;
  height: 272px;
}

.solucontent_content .content_right > p {
  width: 400px;
  height: 272px;
}

.solucontent_content .content_right > p video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* 媒体查询适配解决方案 */
@media screen and (max-width: 1200px) {
  /* 版心 */
  .wapperContent {
    width: 90%;
  }
  .wapperContent {
    padding-top: 0.8rem;
  }

  .wapperContent .Solution .Solution_title {
    font-size: 0.4rem;
  }

  .wapperContent .Solution .Solution_sub_title {
    font-size: 0.26rem;
    margin-top: 0.24rem;
  }

  .wapperContent .Solution .Solution_Content {
    display: none;
  }

  .wapperContent .Solution .Solution_Content_Mobile {
    display: block;
    width: 100%;
    height: 5.5rem;
    margin-top: 0.44rem;
  }

  .wapperContent .Solution .Solution_Content_Mobile .bx-wrapper,
  .wapperContent .Solution .Solution_Content_Mobile .bx-viewport {
    height: 100% !important;
  }

  .wapperContent
  .Solution
  .Solution_Content_Mobile
  .Solution_Content_Mobile_item > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .wapperContent
  .Solution
  .Solution_Content_Mobile
  .Solution_Content_Mobile_item {
    width: 100%;
    height: 100%;
  }


  .wapperContent
  .Solution
  .Solution_Content_Mobile
  .Solution_Content_Mobile_item
  img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .Solution_Content_Mobile .bx-wrapper .bx-pager,
  .Solution_Content_Mobile .bx-wrapper .bx-controls-auto {
    bottom: 7px;
  }

  .Solution_Content_Mobile .solucontent_title {
    width: 100%;
    height: 100%;
    padding: 10%;
    padding-bottom: 0;
    display: flex;
  }

  .Solution_Content_Mobile
  .Solution_Content_Mobile_item
  .solucontent_title
  .number {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
  }

  .Solution_Content_Mobile
  .Solution_Content_Mobile_item
  .solucontent_title
  .number
  > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .Solution_Content_Mobile
  .Solution_Content_Mobile_item
  .solucontent_title
  .title {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 0.4rem;
    color: #ffffff;
  }

  .Solution_Content_Mobile .Solution_Content_Mobile_item .learnMore_Mobile {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.22rem;
    height: 0.64rem;
    background: rgba(16, 26, 43, 0.6);
    border-radius: 0.32rem;
    border: 1px solid rgba(255, 255, 255, 0.6);

    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.64rem;
    text-align: center;
  }

  /*.Solution_Content_Mobile*/
  /*.Solution_Content_Mobile_item:hover*/
  /*.learnMore_Mobile {*/
  /*  display: block;*/
  /*}*/
}

/*pending方案 */
.wapperContent .pending {
  padding-top: 100px;
}

.wapperContent .pending .pending_title {
  font-family: "AlibabaPuHuiTi_2_85_Bold";
  font-size: 48px;
  color: #101a2b;
  text-align: center;
  margin-bottom: 24px;
}

.wapperContent .pending .pending_sub_title {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 24px;
  color: #757b84;
  text-align: center;
}

.wapperContent .pending .pending_content {
  width: 100%;
  height: 520px;
}

.wapperContent .pending .pending_content {
  position: relative;
  margin-top: 60px;
}

.wapperContent .pending .pending_content img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.wapperContent .pending .pending_content .pending_content_txt {
  padding: 204px 130px 209px 580px;
}

.pending_content_txt .content_txt_title {
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 32px;
  color: #101a2b;
}

.pending_content_txt .content_txt_content {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 16px;
  color: rgba(16, 26, 43, 0.8);
  margin-top: 23px;
}

/* 中间未定方案的媒体查询样式 */
@media screen and (max-width: 1200px) {
  .wapperContent .pending .pending_title {
    font-size: 0.4rem;
  }
  .wapperContent .pending {
    padding-top: 0.8rem;
  }
  .wapperContent .pending .pending_content {
    margin-top: 0.44rem;
  }

  .wapperContent .pending .pending_sub_title {
    font-size: 0.26rem;
    margin-top: 0.24rem;
  }

  .wapperContent .pending .pending_content {
    height: 5.5rem;
  }

  .wapperContent .pending .pending_content_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "AlibabaPuHuiTi_2_65_Medium";
    color: #ffffff;
    padding: 0 0.4rem 0.4rem 0.4rem !important;
  }

  .pending_content_txt .content_txt_title {
    font-size: 0.36rem;
    line-height: 1;
  }

  .wapperContent .pending .pending_content_txt .content_txt_content {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }
}

/* 客户案例 */
.wapperContent .customer,
.product {
  padding-top: 100px;
}

.wapperContent .customer .customer_title,
.product .customer_title {
  font-family: "AlibabaPuHuiTi_2_85_Bold";
  font-size: 48px;
  color: #101a2b;
  text-align: center;
  margin-bottom: 24px;
}

.wapperContent .customer .customer_sub_title,
.product .customer_sub_title {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 24px;
  color: #757b84;
  text-align: center;
}

.wapperContent .customer .customer_content {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 58px;
}

.wapperContent .customer .customer_content_mobile {
  display: none;
}

.wapperContent .customer .customer_content .customer_content_left {
  display: block;
  position: relative;
  width: 590px;
  height: 532px;
}

.wapperContent .customer .customer_content .customer_content_left img,
.wapperContent .customer .customer_content .customer_content_right img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wapperContent .customer .customer_content .custcon {
  position: absolute;
  line-height: 1;
  bottom: 0;
  left: 0;
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 36px;
  color: #ffffff;
  padding: 0 40px 40px 40px;
}

.wapperContent .customer .customer_content .custcon_content {
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 19px;
}

.wapperContent .customer .customer_content .customer_content_right {
  margin-left: 20px;
}

.customer_content_right .top {
  display: block;
  position: relative;
  width: 590px;
  height: 256px;
}

.customer_content_right .top:first-child {
  margin-bottom: 20px;
}

.customer_content .moreanli {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 18px;
  color: #101a2b;
}

.customer_content .moreanli span {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin-left: 8px;
}
.customer_content .moreanli span img {
  width: 100%;
  height: 100%;
}

/* 客户案例媒体查询 */
@media screen and (max-width: 1200px) {
  .wapperContent .customer {
    padding-top: 0.8rem;
  }

  .wapperContent .customer .customer_title {
    font-size: 0.4rem;
  }

  .wapperContent .customer .customer_sub_title {
    font-size: 0.26rem;
    margin-top: 0.24rem;
    margin-bottom: 0.44rem;
  }

  .wapperContent .customer .customer_content {
    display: none;
  }

  .wapperContent .customer .customer_content_mobile {
    display: block;
    position: relative;
  }

  .wapperContent
  .customer
  .customer_content_mobile
  .customer_content_mobile_item {
    display: block;
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 0.2rem;
  }

  .wapperContent
  .customer
  .customer_content_mobile
  .customer_content_mobile_item
  img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wapperContent .customer .customer_content_mobile .custcon {
    position: absolute;
    line-height: 1;
    bottom: 0;
    left: 0;
    font-family: "AlibabaPuHuiTi_2_65_Medium";
    font-size: 0.36rem;
    color: #ffffff;
    padding: 0 0.4rem 0.4rem 0.4rem;
  }

  .wapperContent .customer .customer_content_mobile .custcon_content {
    font-family: "AlibabaPuHuiTi_2_55_Regular";
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.15rem;
  }

  .customer_content_mobile .moreanli {
    display: block;
    font-family: "AlibabaPuHuiTi_2_65_Medium";
    font-size: 0.24rem;
    color: #101a2b;
    text-align: right;
  }

  .customer_content_mobile .moreanli span {
    display: inline-block;
    width: 0.32rem;
    height: 0.12rem;
    margin-left: 0.1rem;
  }
  .customer_content_mobile .moreanli span img {
    width: 100%;
    height: 100%;
  }
}

/* 更多产品 */
.product {
  padding-top: 100px;
}

.product .product_content {
  margin-top: 60px;
  padding: 40px;
  padding-bottom: 0px;
  height: 430px;
  background: #f7fafe;
  box-sizing: border-box;
  /* background-color: pink; */
}

/* 轮播图 */
.product_content .owl-carousel .item {
  display: block;
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
}

.product_content .owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_content .owl-carousel .item:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.product_content .owl-carousel .product_content_txt {
  box-sizing: border-box;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 26, 43, 0.4);
  padding: 20px;
}

.product_content .owl-carousel .product_content_txt .pro_title {
  font-family: "AlibabaPuHuiTi_2_85_Bold";
  font-size: 20px;
  color: #ffffff;
}

.product_content .owl-carousel .product_content_txt .pro_time {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: "AlibabaPuHuiTi_2_55_Regular";
  font-size: 18px;
  color: #ffffff;
}

/* owl轮播图 */
.product_content .owl-carousel .owl-nav {
  display: none;
}

.product .morequestion {
  width: 1200px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.product .morequestion .morequest {
  display: block;
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 18px !important;
  color: #101a2b;
}

.product .morequestion .morequest span {
  width: 16px;
  height: 6px;
  margin-left: 8px;
}

.product-more-mobile {
  display: none;
}

/* 更多产品媒体查询 */
@media screen and (max-width: 1200px) {
  .product {
    display: none;
  }

  .wapperContent .product-more-mobile {
    display: block;
    padding: 0.8rem 0;
  }

  .wapperContent .product-more-mobile .product_title {
    font-size: 0.4rem;
    font-family: "AlibabaPuHuiTi_2_85_Bold";
    color: #101a2b;
    text-align: center;
  }

  .wapperContent .product-more-mobile .product_sub_title {
    font-size: 0.26rem;
    margin-top: 0.24rem;
    margin-bottom: 0.44rem;
    font-family: "AlibabaPuHuiTi_2_55_Regular";
    color: #757b84;
    text-align: center;
  }

  .product_moblie_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .product_moblie_container .product_moblie_item {
    display: block;
    position: relative;
    width: 48%;
    height: 3.3rem;
    margin-bottom: 0.3rem;
  }

  .product_moblie_container .product_moblie_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product_moblie_container .product_moblie_item .product_content_txt {
    box-sizing: border-box;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(16, 26, 43, 0.4);
    padding: 0.2rem;
  }

  .product_moblie_container
  .product_moblie_item
  .product_content_txt
  .pro_title {
    font-family: "AlibabaPuHuiTi_2_85_Bold";
    font-size: 0.32rem;
    color: #ffffff;
  }

  .product_moblie_container
  .product_moblie_item
  .product_content_txt
  .pro_time {
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    font-family: "AlibabaPuHuiTi_2_55_Regular";
    font-size: 0.24rem;
    color: #ffffff;
  }

  .product-more-mobile .morequestion {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }

  .product-more-mobile .morequestion .morequest {
    display: block;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #101a2b;
    font-size: 0.24rem !important;
    text-align: right;
  }

  .product-more-mobile .morequestion .morequest span {
    width: 0.32rem;
    height: 0.12rem;
    margin-left: 0.1rem;
  }
}
