﻿@charset "utf-8";
@import "public.css?v=13443434435663234";
@import "banner.css?v=13131354353432232343234";

/*#region 产品模块#*/
.banerWrapBox {
  background: #fff;
  box-shadow: 8px 8px 30px hsla(216, 4%, 74%, .3);
  position: relative;
  border-radius: 0 0 260px 100px;
  padding-bottom: 20%;
}

.banerWrapBox::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background: url(../images/huxing.png) right bottom no-repeat;
  background-size: 100% auto;
  z-index: 5;
}


.homeSearchWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  max-width: 60%;
  box-sizing: border-box;
  padding: 120px 60px 20px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  position: relative;
  z-index: 20;
}


.homeSearchWrap .homeSearchLeft {
  width: 240px;
}

.webapp .banerWrapBox {
  border-radius: 0 0 100px 20px;
}

.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

/* 
.PicScroll .swiper-slide img {
  width: 100%;
  height: 100vh;
} */

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 74% !important;
  box-sizing: border-box;
  margin: auto;
  right: 0;
}

.webapp .pagination {
  bottom: 0% !important;
  width: 90% !important;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 8%;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0f0f0f;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  border: 0;
}

.PicScroll .swiper-pagination-bullet-active {
  background: #13508d;
}

/*#endregion#*/


/*#region 首页关于模块#*/

.no7-indexA {
  position: relative;
  margin: -17.4% auto 0;
  height: 560px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.no7-indexA::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  border-radius: 30px;
  height: 100%;
  z-index: 1;
  background: #000;
}

.noIndexATitle {
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
}

.noIndexATitle .titleLeft {
  font-size: 38px;
  line-height: 38px;
  font-family: Arial, Helvetica, sans-serif;
}

.noIndexATitle .titleLeft span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}

.noIndexATitle .titleRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-size: 18px;
}

.noIndexATitle .titleRight>div {
  white-space: nowrap;
  margin-left: 20%;
}

.noIndexATitle .titleRight span {}

.noIndexATitle .titleRight .RigR span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}

.noIndexATitle .titleRight>div.RigL {
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.noIndexATitle .titleRight>div.RigL p span {
  color: #0268cf;
  font-style: italic;
  font-weight: bold;
}

.quality_List {
  width: calc(90% + 20px);
  display: flex;
  position: relative;
  z-index: 20;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 5%;
}

.quality_List li {
  cursor: pointer;
  width: 33.33%;
  position: relative;
  box-sizing: border-box;
  padding: 15px 10px;
  text-transform: uppercase;
}

.quality_List li a {
  color: #000;
  font-size: 24px;
  /* font-family:Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.quality_List li .box {
  width: 100%;
  background: #FFF;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.quality_List li .box>div:nth-child(1) {
  width: 50%;
}

.quality_List li .box img {
  display: block;
  margin: 0 auto;
  width: 140px;
}



.quality_List li .hover {
  -moz-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  -webkit-box-shadow: 0 0px 5px rgba(178, 178, 178, 0.4);
  box-shadow: 0 5px 20px rgba(153, 153, 153, 0.4);
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  position: absolute;
  top: -30%;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 10;
  left: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quality_List li .hover .pic {
  width: 80%;
  margin: 0 auto;
}

.quality_List li .hover .pic img {
  width: 100%;
}

.quality_List li .hover .text {
  text-align: center;
  line-height: 24px;
  margin-top: 15px;
  padding: 0 15px;
}

.quality_List li:hover .hover {
  transform: scale(1);
}


/* .no7-indexA::after {
  content: '';
  display: block;
  height: 480px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  background: #141414;
  z-index: -1;
} */


.noIndexB {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 0 -10px;
}

.noIndexB li {
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  margin: 0 10px;
  color: #000000;
  background: #fff;
  border-radius: 15px;
  position: relative;
}


.noIndexB li .txt {
  margin-bottom: 35px;
  padding: 0 30px;
}

.noIndexB li h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  left: 45px;
  top: 30px;
  z-index: 10;
}


.noIndexB li h5 span {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  line-height: 40px;
  font-weight: normal;
}

.noIndexB li .txt p {
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.noIndexB .pic img {
  width: 100%;
  object-fit: contain;
  height: auto;
  /* 高度自适应 */
  image-rendering: -webkit-optimize-contrast;
  /* 优化图片渲染 */
  image-rendering: crisp-edges;
  /* 使图片边缘更清晰 */
  image-rendering: pixelated;
  /* 保持像素风格 */
}


.noIndexB li.video h5 {
  position: relative;
  top: auto;
  left: auto;
  padding-left: 30px;
  padding-top: 15px;
}

.noIndexB li.video .pic {
  padding: 30px 30px 10px;
}

.noIndexD {
  overflow: hidden;
  position: relative;
  background: url(../images/alimg.jpg?v=234234) center center no-repeat #05131e;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 20px;
  min-height: 490px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noIndexD::after {
  position: absolute;
  content: '';
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}


.noIndexD .txt {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 10;
}

.noIndexD .txt h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
}


.noIndexD .txt p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.noIndexD .txt a {
  display: block;
  background: #0f7fed;
  border-radius: 30px;
  padding: 15px 45px;
  font-size: 18px;
  max-width: fit-content;
  text-align: center;
  margin: 50px auto 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.noIndexD .txt a:hover {
  background: #1168be;
}


.roWompleteWrap {
  background: url(../images/mapbj.png) center center no-repeat;
  background-size: 100%;
  padding: 60px 0;
}

.roWomplete {
  display: flex;
  justify-content: center;
  /* padding: 80px 0; */
  padding: 8% 5%;
}

.paragraphBox {
  color: #6d6d6d;
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.processseparator {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 1, 0.75);
  height: 1px;
  opacity: .1;
  width: 100% !important;
  z-index: 1;
}

.step-box {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;

}

.bg-dark {
  height: 14px !important;
  width: 14px;
  background-color: #7d7a81;
  border-radius: 100% !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tie-min {
  font-weight: 700 !important;
  letter-spacing: -2px !important;
  font-size: 44px;
  line-height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center !important;
}

.wtextk {
  width: 150% !important;
  line-height: 20px;
  font-size: 17px;
  margin: 0 auto;
  /* display: none; */
  text-align: center;
  position: absolute;
  top: 100px;
  left: -25%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.process-step-icon-box {
  position: relative;
  padding: 10px 0;
}

.paragraphBox:hover .tie-min,
.paragraphBox.cur .tie-min {
  color: #1c6bba;
}

.paragraphBox:hover .bg-dark,
.paragraphBox.cur .bg-dark {
  background: #1c6bba;
}


.paragraphBox.upper .tie-min {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.paragraphBox.upper .wtextk {
  position: absolute;
  bottom: 100px;
  top: auto;
}

.paragraphBox:hover .wtextk,
.paragraphBox.cur .wtextk {
  opacity: 1;
  display: block;
  visibility: visible;
}

.webapp .roWomplete {
  padding: 0;
  flex-wrap: wrap;
}



.webapp .tie-min {
  font-size: 30px;
  line-height: 30px;
}

.webapp .wtextk {
  font-size: 14px;
  line-height: 20px;
}

.webapp .paragraphBox {
  width: 100%;
  flex: auto;
}

.webapp .roWompleteWrap {
  padding: 0;
}

.webapp .process-step-icon-box {
  margin: 0px 0;
}

.webapp .roWompleteWrap {
  padding-bottom: 60px;
}


.webapp .paragraphBox.upper .tie-min,
.webapp .paragraphBox .tie-min {
  position: static;
  margin-bottom: 10px;
}

.webapp .paragraphBox.upper .wtextk,
.webapp .paragraphBox .wtextk {
  visibility: visible;
  opacity: 1;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  width: auto !important;
  padding: 0 10px;
}

/*#endregion#*/



/*#region 新闻模块003#*/


/*合作伙伴*/
.cooperationBox {
  padding-top: 120px;
}

.coopTopImg {
  position: relative;
  padding-bottom: 0;
}

.coopTopImg .bjimg {
  width: 100%;
  object-fit: cover;
  height: 750px;
  border-radius: 0 50px 50px 50px;
}

.coopCenter {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  z-index: 10;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}

.coopCenter .noIndexATitle {
  padding-top: 100px;
}

.coopCenter .noIndexATitle .titleRight>div {
  font-size: 20px;
  font-weight: bold;
}

.coopCenter .noIndexATitle .titleRight .RigR span {
  font-size: 20px;
  font-weight: normal;
}

.columnBox {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 60px;
}

.columnBox p {
  display: inline-block;
  padding-right: 40px;
}

.columnBox p a {
  color: #c9c9c9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.columnBox p a:hover,
.columnBox p.cur a {
  color: #1c6bba;
}



.cooperationWrap {
  box-sizing: content-box;
  width: calc(90% + 20px);
  margin: 0 auto;
  position: relative;
  display: none;
}

.columTabs .cooperationWrap:nth-child(1) {
  display: block;
}

.cooperationWrap .swiper {
  height: 260px;
}

.cooperationWrap .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 110px;
  margin-bottom: 16px;
}


.cooperationWrap .swiper-slide a {
  color: #000;
  font-size: 22px;
  /* font-family:Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.cooperationWrap .swiper-slide .box {
  width: 100%;
  background: #FFF;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 28px;
}

.cooperationWrap .swiper-slide .box>div:nth-child(1) {
  width: 60%;
}

.cooperationWrap .swiper-slide .box .img {}

.cooperationWrap .swiper-slide .box img {
  display: block;
  margin: 0 auto;
  /* 正片叠底效果 */
  width: 80px;
  /*正片叠底 */
}

.cooperationWrap .swiper-slide .box:hover {
  /* background: #0268cf; */
}

.cooperationWrap .swiper-slide .box:hover img {
  /* mix-blend-mode: inherit; */
}

/* .cooperationWrap .swiper-grid-column>.swiper-wrapper {
  flex-direction: row
} */

.cooperationWrap .swiper-pagination-hz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0 0;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(205, 205, 205, 0.4);
  margin: 0 5px;
  /* opacity: 0.8; */
  border: 0;
  cursor: pointer;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet-active {
  /* width: 24px; */
  background: #fff;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet:focus {
  outline: none;
}


.webapp .coopCenter {
  display: block;
  width: 90%;
}

.webapp .coopCenter .coopLeft {
  width: 100%;
}

.webapp .cooperationBox {
  padding: 50px 0 0;
}

.webapp .coopCenter .coopRight {
  padding: 0;
  margin-top: 30px;
  margin-left: 0;
}

.webapp .cooperationWrap .li .pic,
.webapp .cooperationWrap .swiper-slide {
  height: 80px;
  margin-bottom: 8px;
}

.webapp .cooperationWrap .swiper {
  height: 180px;
  padding: 0;
}

.webapp .coopLeft .proBotText {
  padding-bottom: 30px;
}

.webapp .coopCenter .noIndexATitle {
  padding-top: 50px;
}

.webapp .coopTopImg .bjimg {
  height: 450px;
  border-radius: 0 30px 30px 30px;
}

.webapp .columnBox p {
  padding-right: 20px;
}

.webapp .columnBox p a {
  font-size: 18px;
}

.webapp .columnBox {
  padding: 30px 0 30px;
}

.webapp .cooperationWrap .swiper-pagination-hz {
  padding-top: 10px;
}

.webapp .cooperationWrap .swiper-slide .box {
  height: 80px;
  line-height: 20px;
  padding: 0 10px;
}

.webapp .cooperationWrap .swiper-slide a {
  font-size: 16px;
  padding: 4px;
}

.webapp .cooperationWrap .swiper-slide .box img {
  width: 50px;
}

/*#endregion#*/


@media screen and (max-width: 1600px) {

  .no7-indexA .txt h5 {
    margin: 15px 0;
  }

  .no7-indexA .pic {
    width: 50%;
  }

  .noIndexD .pic {
    width: 50%;
  }
}


@media screen and (max-width: 1500px) {}



@media (max-width:1300px) {}

@media (max-width:991.98px) {}


@media (max-width:599.98px) {}


.webapp .no7-indexA {
  padding-top: 40px;
  width: 85%;
  margin-top: -16.4%;
  height: auto;

}

.webapp .noIndexD {
  background-size: cover;
  min-height: 340px;
}

.webapp .noIndexD .wp {
  display: block;
}

.webapp .noIndexD .pic {
  width: 100%;
}

.webapp .noIndexD .txt {
  padding: 0 10px;
  text-align: center;
}

.webapp .noIndexD .txt h5 {
  margin-top: 10px;
  font-size: 26px;
}

.webapp .noIndexD .txt h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.webapp .noIndexD .txt p {
  font-size: 15px;
  line-height: 24px;
}

.webapp .noIndexB {
  display: block;
  margin: 0;
}

.webapp .noIndexB li {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px;
}

.webapp .noIndexB li .txt {
  padding: 0 15px;
  margin-bottom: 15px;
}

.webapp .noIndexB li.video .pic {
  padding: 20px 10px 10px;
}

.webapp .noIndexATitle .titleRight>div.RigR {
  display: none;
}

.webapp .noIndexATitle .titleLeft {
  font-size: 28px;
  line-height: 28px;
}

.webapp .noIndexATitle .titleRight {
  font-size: 14px;
  line-height: 18px;
}

.webapp .quality_List {
  padding-top: 20px;
}

.webapp .quality_List li {
  padding: 4px 4px;
  width: 50%;
}

.webapp .quality_List li .box img {
  width: 60px;
}

.webapp .quality_List li .box {
  height: 80px;
  padding: 0 5px 0 10px;
}

.webapp .quality_List li a {
  font-size: 16px;
  line-height: 18px;
}

.webapp .no7-indexA::after {
  border-radius: 20px;
}

.webapp .homeSearchWrap {}

.webapp .homeSearchWrap .indseach .text .btns {
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
}

.webapp .homeSearchWrap .indseach .keys {
  padding-right: 80px;
  height: 45px;
}

.webapp .homeSearchWrap .indseach {
  height: 45px;
}

.webapp .noIndexB li h5 {
  left: 25px;
}

.webapp .noIndexB li.video h5 {
  padding-left: 0;
  left: 10px;
}