﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);

.carousel-img a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  /* 保持完整显示 */
}

/*首页*/
.i_product_bg {
  width: 100%;
  position: relative;
  overflow: visible !important;
  /* 确保内容不被裁剪 */
}

.i_product_bg .i_product_bg_img {
  position: relative;
  width: 100%;
  text-align: center;
}

.i_product_bg_img_imgbor,
.i_product_bg_img_imgbor_to,
.i_product_bg_img_imgbor_te,
.i_product_bg_img_imgbor_fr {
  width: 100%;
  height: auto;
  /* 高度自动 */
  position: relative;
}

.i_product_bg_img_imgbor_fv {
  width: 834px;
}

.i_product_bg .i_product_bg_img img {
  width: 100%;
}

.wrap1-text .wrap1-text-h {
  font-size: 60px;
  color: #fff;
  margin: 1.5rem 0;
}

.wrap1-text span {
  font-size: 50px;
  color: #fff;
}

.wrap1-text2 .wrap2-text-h2 {
  font-size: 60px;
  color: #000000;
  margin: 1.5rem 0;
}

.wrap1-text2 span {
  color: #000000;
  font-size: 50px;
}

.i_title {
  margin-top: 14%;
  margin-bottom: 4%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 12.5rem;
}

.i_title div {
  overflow: hidden;
  font-size: 4rem;
  color: #0071c8;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-family: Arial;
}

.i_title p {
  color: #333;
  font-size: 1.8333rem;
  letter-spacing: 0.1667rem;
}

.nproduct_list2 {
  overflow: hidden;
  padding-bottom: 1.6667rem;
  padding-top: 0.6667rem;
}

.nproduct-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nproduct-box-left {
  width: 30%;
  height: 62.8333rem;
  padding: 1.6667rem 4.3333rem 0;
  box-sizing: border-box;
  background-image: linear-gradient(87deg, #0065b3 30%, #4398e9 100%),
    linear-gradient(#0071c8, #0071c8);
  background-blend-mode: normal, normal;
  color: #fff;
}

.solutionItem {
  margin-top: 3.5rem;
  display: flex;
  cursor: pointer;
  height: 4.75rem;
}

.solutionItem-line {
  width: 1.25rem;
  height: 5.5833rem;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.5s linear;
}

.solutionItem-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.0833rem;
}

.solutionItem-content-name {
  font-size: 1.6667rem;
  opacity: 0.88;
  letter-spacing: 0.1667rem;
  transition: all 0.5s linear;
}

.solutionItem-content-str {
  font-size: 2.9167rem;
  opacity: 0;
  transition: all 0.5s linear;
}

.activeSolutionItem .solutionItem-line {
  opacity: 1;
}

.activeSolutionItem .solutionItem-content-name {
  font-size: 1.8333rem;
}

.activeSolutionItem .solutionItem-content-str {
  opacity: 1;
}

.nproduct-box-right {
  width: 70%;
  height: 62.8333rem;
  position: relative;
}

.nproduct-box-right img {
  height: 62.8333rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.solutionRightImg {
  opacity: 0;
  transition: all 0.5s linear;
}

.activeSolutionImg {
  opacity: 1;
}

.solution-right-text {
  position: absolute;
  top: 35.25rem;
  left: 41.3333rem;
  z-index: 2;
}

.solution-right-text-btn {
  width: 15rem;
  height: 4.75rem;
  background-color: #a3cbec;
  border-radius: 1.75rem;
  border: solid 0.1667rem #ffffff;
  font-size: 2.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4.75rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.solution-right-text-btn a {
  text-decoration: none;
  color: #ffffff;
}

.i_oProduct_bg {
  width: 100%;
  /* text-align: center; */
}

.i_oProduct_bg .i_oProduct_bg_img {
  position: relative;
  width: 100%;
  text-align: center;
}

.i_oProduct_bg .i_oProduct_bg_img img {
  width: 100%;
  height: 100%;
}

.i_product_bg .i_product_bg_img .wrap1,
.i_oProduct_bg .wrapo2,
.i_case_bg .wrap3,
.i_about_bg .wrap4 {
  position: absolute;
  top: 10%; /* 初始位置，媒体查询覆盖 */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  z-index: 2;
  text-align: center;
  padding: 0;
}

.i_img_four {
  max-width: 1900px;
  margin: 0 auto;
}

.i_img_four .wrap5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.i_img_four .wrap5 .wrap5_img {
  position: relative;
  height: 50%;
  width: 48%;
  margin: 15px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i_img_four .wrap5 .wrap5_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wrap5 .wrap1-text2 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.i_oTitle {
  margin-top: 14%;
  margin-bottom: 4%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i_oTitle div {
  overflow: hidden;
  font-size: 4rem;
  color: #0071c8;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-family: Arial;
}

.i_oTitle .i_oTitle_text {
  color: #0071c8;
  font-size: 2rem;
  letter-spacing: 0rem;
  margin: 2.3333rem 0;
}

.i_oTitle .i_oTitle_details {
  color: #0071c8;
  font-size: 1.5rem;
  letter-spacing: 0rem;
}

.i_solution {
  overflow: hidden;
}

.oProduct-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.oProduct-reservation {
  width: 136.5rem;
  overflow: hidden;
}

.oProduct-bottom-list {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
}

.oProduct-bottom-list li a {
  color: #333;
  text-decoration: none;
}

.productList-box {
  width: 25.3333rem;
  height: 26.5rem;
  background-color: rgba(255, 255, 255, 0.38);
  box-shadow: -0.9167rem 1rem 1.6667rem 0.1667rem rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4167rem;
  z-index: 1;
}

.productList-box-flex {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.productList-box-title {
  margin: 1.5rem 0 1.75rem;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #333333;
  opacity: 0.88;
}

.productList-box-text {
  font-size: 1.1667rem;
  letter-spacing: 0.0833rem;
  color: #3f3f3f;
  opacity: 0.88;
  text-align: center;
}

.oProduct-bottom-leftBtn,
.oProduct-bottom-rightBtn {
  cursor: pointer;
  z-index: 8999;
}

.i_case_bg {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.i_case_bg .i_case_bg_img {
  position: relative;
  width: 100%;
}

.i_case_bg .i_case_bg_img img {
  width: 100%;
  height: 100%;
}

.i_case_bg .i_title {
  margin-top: 8.25rem;
  margin-bottom: 5rem;
}

.i_case_bg .i_title h2 {
  color: #0071c8;
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4167rem;
}

.i_case_bg .i_title p {
  color: #0071c8;
  font-size: 2rem;
  letter-spacing: 0.1667rem;
  font-weight: normal;
  font-stretch: normal;
  margin-top: 1.5833rem;
}

.news-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-box-left {
  width: 50rem;
  height: 64.5833rem;
  background-image: linear-gradient(0deg, #ffffff 73%, #d7e9ff 100%);
  box-shadow: 0rem 0rem 1.3333rem 0rem rgba(59, 59, 59, 0.19);
}

.newsBox-img {
  width: 40.5833rem;
  height: 28.5833rem;
  margin: 8.4167rem 4.3333rem 0 5.0833rem;
}

.newsBox-img img {
  width: 40.5833rem;
  height: 28.5833rem;
}

.newsBox-content {
  margin: 4.6667rem 4.5rem 0 1.3333rem;
}

.newsBox-content-title {
  font-size: 1.8333rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #333333;
}

.newsBox-content-time {
  margin: 3.6667rem 0 2.1667rem;
  font-size: 2.25rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.25rem;
  color: #0071c8;
}

.newsBox-content-text {
  font-size: 1.6667rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #505050;
}

.news-box-right {
  width: 79.5833rem;
  height: 64.5833rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsBox-box {
  width: 79.5833rem;
  height: 19.4167rem;
  background-image: linear-gradient(0deg, #ffffff 73%, #d7e9ff 100%);
  box-shadow: 0rem 0rem 1.3333rem 0rem rgba(59, 59, 59, 0.19);
  display: flex;
  align-items: center;
  padding: 5.0833rem 7rem 6rem 4.25rem;
  box-sizing: border-box;
}

.newsBox-box:nth-last-child() {
  margin-bottom: 0 !important;
}

.newsBox-box-time {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.newsBox-box-day {
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.5rem;
  color: #0071c8;
}

.newsBox-box-year {
  font-size: 2.25rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.25rem;
  color: #0071c8;
  width: 10.8333rem;
}

.newsBox-box-content {
  margin-left: 2.5rem;
}

.newsBox-box-content-title {
  font-size: 1.8333rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #333333;
}

.newsBox-box-content-text {
  font-size: 1.6667rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #505050;
  line-height: 2.75rem;
  margin-top: 1.5833rem;
}

.i_about_bg {
  width: 100%;
  text-align: center;
}

.i_about_bg .i_about_bg_img {
  position: relative;
  width: 100%;
}

.i_about_bg .i_about_bg_img img {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.w-full {
  width: 50%;
}

.p-6 {
  position: absolute;
  font-size: 1.6rem;
}

.about-box {
  clear: both;
  width: 85%;
  margin: 7.3333rem auto 10.6667rem;
  text-align: left;
  zoom: 1;
  background-color: rgba(0, 113, 200, 0.41);
}

.i_aboutTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.i_aboutTitle div {
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4167rem;
  color: #ffffff;
  border-bottom: 0.0833rem solid #fff;
  padding-bottom: 1.25rem;
  box-sizing: border-box;
  margin: 2.5rem 0;
}

.i_aboutTitle p {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}

.about-box-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 5.25rem;
}

.about-box-center-title {
  width: 102.8333rem;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.6667rem;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
}

.about-box-center-btn {
  width: 8.6667rem;
  height: 2.1667rem;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #0071c8;
  background-color: #fff;
  border-radius: 0.6667rem;
  text-align: center;
  line-height: 2.1667rem;
  margin-top: 3.5rem;
  cursor: pointer;
}

.about-box-center-btn a {
  color: #0071c8;
  text-decoration: none;
}

.about-box-bottom {
  display: flex;
  align-items: center;
  margin: 7.4167rem 0 7.75rem 20.0833rem;
  width: 119.5rem;
}

.aboutBox-content {
  width: 18.3333rem;
  margin-right: 10rem;
}

.aboutBox-content:nth-last-child() {
  margin-right: 0 !important;
}

.aboutBox-content-title {
  display: flex;
  align-items: flex-end;
}

.aboutBox-content-title-num {
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.aboutBox-content-title-num-line {
  width: 0.1667rem;
  height: 3.5833rem;
  background-color: #ffffff;
  margin-right: 1.6667rem;
}

.aboutBox-content-title-text {
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  padding-bottom: 1.1667rem;
  box-sizing: border-box;
}

.aboutBox-content-text {
  margin-top: 1.3333rem;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  padding-left: 1.6667rem;
  box-sizing: border-box;
}

.i_customerTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 8.25rem 0 3.8333rem;
}

.i_customerTitle div {
  font-size: 4rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4167rem;
  color: #0071c8;
  margin-bottom: 2.3333rem;
}

.i_customerTitle p {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1667rem;
  color: #0071c8;
}

.i_link {
  overflow: hidden;
  margin-bottom: 3%;
  margin-left: 0.5rem;
}

.i_link ul {
  display: flex;
  align-items: center;
  position: relative;
  /* transition: transform 1s linear; */
  animation: scrollUl 90s linear infinite;
  animation-fill-mode: forwards;
  width: 234.5rem;
}

@keyframes scrollUl {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.i_link ul li {
  width: 25rem;
  margin-right: 1.0833rem;
}

.customer-list img {
  width: 25rem;
}

.customer-list div {
  width: 25rem;
  height: 4.1667rem;
  background-color: #0071c8;
  font-size: 1.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4.1667rem;
  letter-spacing: 0.1667rem;
  color: #ffffff;
  text-align: center;
}

.bottom-line {
  width: 100%;
  height: 0.8333rem;
  background-color: #0071c8;
}

.banner_pos {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.banner_pos .banner_div {
  /* display:table; vertical-align:bottom; */
  height: 100%;
  width: 100%;
  position: relative;
}

/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
  height: 100%;
  width: 57.6%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 0%;
}

.banner_pos .img001 img {
  height: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.banner_pos .txtsbox {
  float: left;
  width: 50%;
}

.banner_pos .txts {
  float: right;
  margin-right: 3%;
  margin-top: 20%;
  width: 94%;
  max-width: 44.6667rem;
  text-align: left;
}

.banner_pos .txts h2 {
  color: #00a1e9;
}

.banner_pos .txts p {
  color: #767676;
  margin-top: 6%;
}

.banner_pos .txts a {
  margin-top: 6%;
  width: 18.3333rem;
  display: block;
  height: 4rem;
  line-height: 4rem;
  border: 0.0833rem solid #606060;
  text-align: center;
  font-size: 1rem;
  color: #a2a2a2;
}

.banner_pos .txts a em {
  float: right;
  margin-right: 7%;
  font-style: normal;
  font-family: "宋体";
  font-size: 1.5rem;
}

.banner_pos .txts a:hover {
  border: 0.0833rem solid #00a1e9;
}

.banner_pos .txts a:hover {
  color: #00a1e9;
}

/*动画*/

@media screen and (max-width: 1760px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {
  .i_link ul li {
    width: 19%;
  }

  .i_link ul li:nth-child(6n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 830px) {

  /*轮显*/
  #slider {
    display: none;
  }

  .flash_div {
    display: block;
  }

  .i_link ul li {
    width: 24%;
  }

  .i_link ul li:nth-child(5n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  .nproduct_list2 ul li {
    width: 49%;
  }

  .nproduct_list2 ul li:nth-child(3n + 0) {
    margin-right: 1%;
  }

  .nproduct_list2 ul li:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .nproduct_list2 ul li p {
    font-size: 1.0833rem;
  }

  .i_link ul li {
    width: 32.5%;
  }

  .i_link ul li:nth-child(4n + 0) {
    margin-right: 1.1%;
  }

  .i_link ul li:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .nproduct_list2 ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {}


/* 超大屏幕 */
@media (min-width: 1920px) {
  .wrap1-text .wrap1-text-h,
  .wrap1-text2 .wrap2-text-h2 {
    font-size: 56px;
  }
  .wrap1-text span,
  .wrap1-text2 span {
    font-size: 48px;
  }
  .i_product_bg .i_product_bg_img .wrap1,
  .i_oProduct_bg .wrapo2,
  .i_case_bg .wrap3,
  .i_about_bg .wrap4 {
    top: 12%;
  }
}

/* 大屏幕 */
@media (min-width: 1440px) and (max-width: 1919px) {
  .wrap1-text .wrap1-text-h,
  .wrap1-text2 .wrap2-text-h2 {
    font-size: 44px;
  }
  .wrap1-text span,
  .wrap1-text2 span {
    font-size: 38px;
  }
  .i_product_bg .i_product_bg_img .wrap1,
  .i_oProduct_bg .wrapo2,
  .i_case_bg .wrap3,
  .i_about_bg .wrap4 {
    top: 11%;
  }
}

/* 中屏幕 */
@media (min-width: 1024px) and (max-width: 1439px) {
  .wrap1-text .wrap1-text-h,
  .wrap1-text2 .wrap2-text-h2 {
    font-size: 34px;
  }
  .wrap1-text span,
  .wrap1-text2 span {
    font-size: 24px;
  }
  .i_product_bg .i_product_bg_img .wrap1,
  .i_oProduct_bg .wrapo2,
  .i_case_bg .wrap3,
  .i_about_bg .wrap4 {
    top: 9%;
  }
}

/* 小屏幕 */
@media (min-width: 768px) and (max-width: 1023px) {
  .wrap1-text .wrap1-text-h,
  .wrap1-text2 .wrap2-text-h2 {
    font-size: 15px;
  }
  .wrap1-text span,
  .wrap1-text2 span {
    font-size: 12px;
  }
  .i_product_bg .i_product_bg_img .wrap1,
  .i_oProduct_bg .wrapo2,
  .i_case_bg .wrap3,
  .i_about_bg .wrap4 {
    top: 5%;
  }
}

/* 超小屏幕 */
@media (max-width: 767px) {
  .wrap1-text .wrap1-text-h,
  .wrap1-text2 .wrap2-text-h2 {
    font-size: 12px;
  }
  .wrap1-text span,
  .wrap1-text2 span {
    font-size: 10px;
  }
  .i_product_bg .i_product_bg_img .wrap1,
  .i_oProduct_bg .wrapo2,
  .i_case_bg .wrap3,
  .i_about_bg .wrap4 {
    top: 4%;
  }
}