.H {
  height: 120px;
}


.infoBanner {
  position: relative;
  z-index: 10;
  padding-bottom: 30vh;
}

.infoBanner img.bg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

.infoBanner .left {
  padding-top: 100px;
  width: 50%;
}

.infoBanner .left h1 {
  font-size: 45px;
  margin-bottom: 30px;
}

.infoBanner .left ul {
  margin-bottom: 15px;
}

.infoBanner .left li {
  margin-right: 20px;
  line-height: 34px;
}

.infoBanner .left li.fs {
  font-size: 22px;
}

.infoBanner .left i {
  font-size: 34px;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
}

.infoBanner .right {
  position: absolute;
  left: 50%;
  top: 160px;
  width: 50%;
  height: auto;
  padding: 0 16% 0 140px;
}

.infoBanner .right img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 4;
}

.infoBanner .right img.img2 {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  margin-top: -100px;
  z-index: 0;
  animation: moveTop2 2s infinite;
  -webkit-animation: moveTop2 2s infinite;
  /*Safari and Chrome*/
  animation-direction: alternate;
  /*轮流反向播放动画。*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
}

@keyframes moveTop2 {
  0% {
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    opacity: 0.4;
  }
}

.infoFunction {
  margin-top: -100px;
  position: relative;
}

.infoFunction img.bg {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  left: 0;
  z-index: -1;
}

.infoFunction .left,
.infoApp .left,
.infoApp .right {
  width: 50%;
}

.infoFunction .left img,
.infoApp .right img {
  display: block;
  max-height: 540px;
  margin: 0 auto;
}

.infoFunction .right {
  padding-left: 80px;
  width: 50%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.infoFunction li,
.infoApp li {
  background: url(../images/banner-ys2.png) no-repeat;
  background-position: left top 5px;
  background-size: 30px;
  padding-left: 60px;
  margin-top: 30px;
  font-size: 18px;
  color: #7a7c81;
  line-height: 34px;
}

/* 产品优势 */
.infoAdv {
  position: relative;
  padding-bottom: 20px;
}

.infoAdv img.bg {
  position: absolute;
  top: -350px;
  left: 0;
  display: block;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

.infoAdv li {
  width: 24%;
  margin-right: 1.33%;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 20px rgba(75, 90, 121, 0.1);
  border: solid 1px #eee;
}

.infoAdv li:nth-child(4n) {
  margin-right: 0;
}

.infoAdv li h2 {
  padding-left: 40px;
  background: url(../images/banner-ys2.png) no-repeat;
  background-position: left center;
  background-size: 24px auto;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 20px !important;
}

.infoAdv li p {
  font-size: 18px;
  line-height: 32px;
}

/* 应用场景 */
.infoApp {
  position: relative;
}

.infoApp img.bg {
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 100%;
  z-index: -1;
}

.infoApp .left {
  padding: 0 80px 0 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.infoApp .right {
  max-height: 540px;
}


/* 内页底部 */
.infoFooter {
  margin-top: -400px;
  overflow: hidden;
  padding-top: 500px;
  padding-bottom: 0;
}

.infoFooter footer {
  border-radius: 0;
}

.infoFooter img.bj {
  z-index: -1;
  top: 0px;
}

/* 解决方案 */
.infoBanner2 {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  padding: 200px;
}

.infoBanner2 img.bg {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.infoBanner2 h1 {
  font-size: 50px;
  font-weight: bold;
}

.infoBanner2 p {
  font-size: 30px;
}

.infoBanner2 em {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

/* 解决方案列表 */
.nySolution .card-columns {
  padding: 100px 0;
  column-gap: 3rem;
}

.nySolution a.card {
  margin-bottom: 40px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 0 20px rgba(75, 90, 121, 0.1);
  border: solid 1px #eee;
  border-radius: 10px;
  overflow: hidden;
}

.nySolution a.card:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 10px #eee;
}

.nySolution a.card .card-body {
  padding: 30px;
}

.nySolution a.card h5 {
  font-weight: bold;
  font-size: 30px;
}

.nySolution a.card .blockquote-footer {
  margin-top: 40px;
}

/* 新闻中心banner与选项卡 */
.page-banner {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.page-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner .wz {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}

.page-banner .wz p {
  width: 50%;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
}

.infoPageXxk {
  position: relative;
  height: auto;
  width: 100%;
  z-index: 22;
  top: -40px;
}

.infoPageXxk .bj {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  background: url(../images/jjfaBj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 30px #9babbf;
}

.infoPageXxk .bj .zm {
  position: absolute;
  right: 0;
  bottom: 0;
}

.infoPageXxk span {
  font-size: 26px;
  width: 180px;
}

.infoPageXxk li {
  float: left;
  margin-right: 30px;
}

.infoPageXxk li a {
  font-size: 14px;
  padding: 0 0 17px 0px;
}

.infoPageXxk li:hover a,
.infoPageXxk li.active a {
  color: #0055ff;
  border-bottom: 1px solid #0055ff;
}

.infoPageXxk ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4%;
}

/* 新闻列表 */

.infoNewsBottomBox {
  padding-bottom: 80px;
}

.infoNewsBottomBox .leftBox,
.infoNewsXq .leftBox {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsBottomBox .rightBox,
.infoNewsXq .rightBox {
  width: 340px;
  margin-left: 5%;
}

.infoNewsBottomBox main a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.infoNewsBottomBox main a:hover {
  box-shadow: 0 0 30px #9babbf;
}

.infoNewsBottomBox main a .imgBox {
  width: 260px;
  height: 160px;
  overflow: hidden;
}

.infoNewsBottomBox main a .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.infoNewsBottomBox main a:hover .imgBox img {
  transform: scale(1.06);
  transition: transform 0.5s;
}

.infoNewsBottomBox main a .txtBox {
  padding-left: 40px;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsBottomBox main a .txtBox p.bt {
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
}

.infoNewsBottomBox main a .txtBox p.nr {
  margin: 10px 0 15px;
  font-size: 15px;
  line-height: 26px;
  color: #9babbf;
  height: 52px;
}

.infoNewsBottomBox main a .txtBox p.bt,
.infoNewsBottomBox a .txtBox p.nr {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infoNewsBottomBox main a .txtBox em {
  color: #999;
}

.infoNewsBottomBox main a .txtBox p.time {
  font-size: 14px;
  line-height: 32px;
  color: #9babbf;
  font-family: Arial;
  margin-top: 20px;
}

.infoRightTabBox .nextBox a {
  display: block;
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
  border: solid 1px #eee;
}

.infoRightTabBox .nextBox .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 12px 0 24px;
}

.infoRightTabBox .nextBox .line span {
  position: relative;
  top: -12px;
  display: block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  background-color: #fff;
}

.infoRightTabBox .nextBox a p.title,
.infoRightTabBox .tuijian a.xw p.bt {
  font-size: 16px;
  color: #696969;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
  overflow: hidden;
}

.infoRightTabBox .nextBox a:hover p.title,
.infoRightTabBox .tuijian a.xw:hover p.bt {
  color: #0055ff;
}

.infoRightTabBox .nextBox a p.time {
  font-size: 15px;
  margin-top: 20px;
  color: #9babbf;
}

/* 推荐 */
.infoRightTabBox .tuijian {
  box-shadow: 0 0 30px #9babbf;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #fff;
}

.infoRightTabBox .tuijian .title strong {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #323f47;
  line-height: 26px;
}

.infoRightTabBox .tuijian .title a {
  float: right;
  color: #aaaaaa;
}

.infoRightTabBox .tuijian .title a:hover {
  color: #0055ff;
}

.infoRightTabBox .tuijian a.xw {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #eee;
}

.infoRightTabBox .tuijian a.xw p.time {
  font-size: 14px;
  color: #727272;
  margin-top: 20px;
}

.fanye.pagination {
  margin-top: 60px;
}

/* 新闻详情 */
.infoNewsXq {
  position: relative;
  z-index: 2;
}

.NewsXqBt {
  padding: 30px 0;
  text-align: center;
}

.NewsXqBt h1 {
  font-size: 34px;
  font-weight: bold;
}

.NewsXqBt p {
  font-size: 13px;
  color: #939393;
  margin-top: 20px;
}

.NewsXqBt p span {
  margin: 0 15px;
}

/* 新闻详情左 */
.infoNewsXq .leftBox {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 60px 5% 60px 5%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoNewsXq .leftBox p {
  margin: 20px 0;
  color: #666666;
  line-height: 32px;
}

.infoNewsXq .leftBox img {
  display: block;
  width: 100%;
}

/* 常见问题 */

.join-3 {
  overflow: hidden;
}

.join-3 li {
  box-shadow: 0 0 20px rgba(75, 90, 121, 0.1);
}

.join-3 h1 {
  text-align: center;
  font-size: 24px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #333333;
  padding-bottom: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.join-3 h2 {
  width: 100%;
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  margin: 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.join-3 a {
  position: absolute;
  display: block;
  right: 32px;
  bottom: 30px;
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #4726de;
  margin: 0;
  cursor: pointer;
}

/* 下拉 */

.join-3 .list {
  width: 100%;
}

.join-3 p {
  color: #666;
  display: inline;
}

.join-3 img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.join-3 strong {
  color: #0055ff;
}

.join-3 .inactive {
  padding: 0 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.join-3 .inactive span {
  font-size: 18px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join-3 .inactive {
  font-size: 18px;
  color: #3f4c5c;
  line-height: 60px;
}

.join-3 .inactive em {
  margin-right: 15px;
  color: #9babbf;
  font-style: normal;
}

.join-3 .list ul li {
  background-color: #fff;
  margin: 5px 0;
  padding: 10px 0;
  border-radius: 5px;
}

.join-3 .list ul li a {
  display: block;
  position: relative;
}

.join-3 .list ul li .inactive {
  background: url(../images/off.png) no-repeat;
  background-size: 20px 20px;
  background-position: right 60px top 24px;
}

.join-3 .list ul li .inactives {
  background: url(../images/on.png) no-repeat;
  background-size: 20px 20px;
  background-position: right 60px top 24px;
}

.join-3 .list ul li ul {
  display: none;
}

.join-3 .nrBox {
  position: relative;
  border-top: solid 1px #eee;
  background-color: #fff;
  padding: 20px 60px 20px 60px;
  font-size: 16px;
}

.join-3 .nrBox strong {
  display: inline;
}

/* 下载 /内容中心*/

.nrCenter .card-deck .card {
  flex: none !important;
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 30px;
}

.nrCenter .card-deck .card:nth-child(4n) {
  margin-right: 0;
}

.nrCenter .card-deck .card .card-title {
  font-size: 18px;
}

.nrCenter .card-deck .card a img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* 关于我们、了解我们 */

.infoAboutjj {
  padding: 60px 0;
}

.infoAboutTitle {
  font-size: 34px;
  font-weight: 100;
}

.infoAboutTitle.mag {
  margin-bottom: 30px;
}

.infotitle img.yinhao {
  position: absolute;
  left: -60px;
  top: -60px;
  z-index: -1;
}

.infoAboutjj main .wz {
  margin-top: 60px;
  color: #90a4ae;
  line-height: 32px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoAboutjj main .imgBox {
  width: 30%;
  margin-left: 10%;
}

.infoAboutjj main .imgBox img {
  display: block;
  width: 100%;
}

/* 公司文化 */
.infoCulture {
  background: #f5f9ff;
}

.infoCulture li {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.infoCulture li img {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.infoCulture li h1 {
  font-size: 22px;
  font-weight: 100;
  margin-top: 30px;
}

.infoCulture li p {
  color: #90a4ae;
  line-height: 30px;
}

/* 合作伙伴 */
.infoPartner main {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.infoPartner main li {
  width: 14.6%;
  padding: 15px;
  height: 100px;
  margin: 10px 1%;
}

.infoPartner main li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  -webkit-filter: grayscale(100%);
  opacity: 0.7;
  filter: grayscale(100%);
}

.infoPartner main li:hover img {
  -webkit-filter: grayscale(0%);
  opacity: 1;
  filter: grayscale(0%);
}

/* 联系我们 */
.about_section04 {
  overflow: hidden;
  background: -webkit-linear-gradient(top, #f3f5f8 0%, #fff 100%);
  background: -o-linear-gradient(top, #f3f5f8 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f3f5f8 0%, #fff 100%);
  background: linear-gradient(to bottom, #f3f5f8 0%, #fff 100%);
}

.about_section04 .atitle {
  text-align: center;
}

.about_section04 .cont_box {
  margin-top: 48px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.about_section04 .cont_box .cont_con {
  width: 48%;
  padding: 40px 32px;
  box-sizing: border-box;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 245px;
  background-color: #fff;
}

.about_section04 .cont_box .icon_img {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: -12px;
}

.about_section04 .cont_box .icon_img i {
  font-size: 34px;
  color: #ffc237;
}

.about_section04 .cont_box .info {
  padding-left: 28px;
  margin-left: 16px;
}

.about_section04 .cont_box .info .ti {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: -8px;
}

.about_section04 .cont_box .info .s_ti {
  font-size: 16px;
  margin-bottom: 8px;
  color: #6b717b;
}

.about_section04 .cont_box .info .ss_ti {
  font-size: 14px;
  color: #6b717b;
}

.about_section04 .sj_box {
  margin-top: 60px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.about_section04 .sj_box .ewm {
  width: 240px;
  margin: 0 20px;
}

.about_section04 .sj_box .ewm .sj_img {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.about_section04 .sj_box .ewm .sj_img img {
  display: block;
  width: 100%;
}

.about_section04 .sj_box .ewm .tt {
  margin-top: 22px;
  font-size: 16px;
  color: #6b717b;
}

@media only screen and (max-width: 1439px) {
  .page-banner .wz p {
    width: 70%;
  }

  .infoPageXxk ul {
    margin-left: 0;
  }

  .infoBanner2 {
    margin-top: 80px;
    padding: 100px;
  }

  .infoBanner {
    padding-bottom: 160px;
  }

  .infoBanner .right {
    padding: 0 11% 0 60px;
  }

  /* 新闻列表 */
  .infoNewsBottomBox main a .imgBox {
    width: 260px;
    height: 160px;
  }

  .infoNewsBottomBox main a .txtBox p.bt {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .infoNewsBottomBox main a .txtBox p.nr {
    height: auto;
    margin: 12px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  /* 新闻详情 */
  .NewsXqBt {
    padding: 40px 0;
  }

  .NewsXqBt h1 {
    font-size: 26px;
  }

  .infoNewsXq .leftBox {
    padding: 40px;
  }

  .infoNewsXq .rightBox {
    width: 280px;
  }

  /* 解决方案 */
  .infoSolution .listBox .paddingLeft {
    padding-left: 3%;
  }

  .infoSolution .listBox .imgBox img {
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1199px) {
  .H {
    height: 60px;
  }

  /* 新闻列表 */
  .infoNewsBottomBox .leftBox {
    width: 100%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .infoNewsBottomBox .rightBox {
    width: 100%;
    margin: 0;
  }

  .infoNewsBottomBox main a {
    box-shadow: 0 0 30px #9babbf;
    margin: 0 0 30px 0;
  }

  /*  产品服务 */
  .infoProduct main>a {
    width: 48.5%;
    margin-right: 3%;
  }

  .infoProduct main>a:nth-child(3n) {
    margin-right: 3%;
  }

  .infoProduct main>a:nth-child(2n) {
    margin-right: 0;
  }

  .infoFooter {
    padding-top: 140px;
    margin-top: -100px;
  }

  .nySolution .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .infoBanner {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-banner {
    height: 280px;
  }

  .page-banner .wz p {
    width: 100%;
    font-size: 28px;
  }

  .infoPageXxk span {
    display: block;
    width: 100%;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .infoPageXxk ul {
    margin-top: 0;
    flex: none;
    width: 100%;
  }

  .infoPageXxk li:hover a,
  .infoPageXxk li.active a {
    padding: 5px 0;
  }

  .infoPageXxk li {
    margin-right: 15px;
  }

  .infoBanner {
    padding-bottom: 300px;
  }

  .infoBanner img.bg {
    width: 150%;
  }

  .infoBanner .left {
    width: 100%;
  }

  .infoBanner .right {
    display: none;
  }

  /* 关于我们 */

  .infoAboutjj {
    position: relative;
  }

  .infoAboutjj main .wz {
    width: 100%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .infoAboutjj main .imgBox {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .about_section04 .cont_box {
    margin-top: 30px;
  }

  .about_section04 .cont_box .cont_con {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .about_section04 .sj_box {
    margin-top: 0;
  }

  .about_section04 .sj_box .ewm {
    width: 30%;
    margin: 15px 1.6%;
  }

  .infoyy {
    margin-top: 60px;
  }

  .infoPartner main li {
    padding: 15px;
    width: 33.33%;
    margin: 0;
  }

  /* 内容中心 */
  .page-banner .wz h1 {
    font-size: 24px;
  }

  .nrCenter {
    margin-top: -60px;
  }

  .nrCenter .card-deck .card {
    width: 49%;
    margin-bottom: 20px;
  }

  .nrCenter .card-deck .card:nth-child(2n) {
    margin-right: 0;
  }

  .nrCenter .card-body {
    padding: 20px 10px;
  }

  /* 加入我们 */
  .join-3 .join-3-1 .join-3-1-1 {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .join-3 .join-3-1 .join-3-1-1:nth-child(2n) {
    margin-right: 0;
  }

  .join-3 .list {
    margin-top: 30px;
  }

  /* 解决方案 */
  .infoSolution .listBox .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .infoSolution .listBox .imgBox {
    width: 100%;
  }

  .infoSolution .listBox .imgBox img {
    height: auto;
  }

  .infoSolution .listBox .txtBox {
    width: 100%;
    margin: 30px 0;
    padding: 0;
  }

  .infoSolution .listBox .txtBox h3 {
    font-size: 34px;
  }

  .infoSolution .listBox .txtBox h4 {
    margin: 15px 0;
    font-size: 18px;
  }

  .infoSolution .listBox .txtBox .wz img {
    width: 40px;
    top: 10px;
  }

  .infoSolution .listBox .txtBox .wz {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .paddingBox {
    padding: 40px 0;
  }

  .infoBanner2 {
    margin-top: 60px;
    padding: 60px 0;
  }

  .infoBanner2 h1 {
    font-size: 34px;
  }

  .infoBanner2 p {
    font-size: 18px;
  }

  .infoBanner {
    padding-bottom: 200px;
  }

  /* 新闻详情 */
  .infoNewsXq main {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .infoNewsXq .leftBox {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 15px 0 0;
    width: 100%;
  }

  .infoNewsXq .rightBox {
    width: 100%;
    padding-bottom: 30px;
  }

  .infoNewsXq .rightBox {
    margin-left: 0;
  }

  .infoNewsXq .rightBox .tuijian .title strong {
    font-size: 22;
  }

  .infoNewsXq .rightBox .nextBox a {
    padding: 20px;
  }

  .infoRightTabBox .tuijian a.xw p.time {
    margin: 0;
  }

  /* 加入我们 */
  .join-3 .inactive {
    padding: 0 15px;
  }

  .join-3 .inactive {
    font-size: 14px;
    line-height: 44px;
  }

  .join-3 .list ul li .inactive {
    background: url(../images/off.png) no-repeat;
    background-size: 24px 24px;
    background-position: 98% 11px;
  }

  .join-3 .nrBox {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  /* 解决方案 */
  .infoFunction {
    margin-top: 0;
  }

  .infoFunction .left {
    width: 100%;
  }

  .infoFunction .left img,
  .infoApp .right img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .infoFunction .right {
    width: 100%;
    padding-left: 0;
  }

  .infoAdv ul li {
    width: 49%;
    margin: 0 2% 20px 0;
  }

  .infoAdv ul li:nth-child(2n) {
    margin-right: 0;
  }

  .infoApp .left {
    width: 100%;
    padding: 0;
  }

  .infoApp .left .indexTitle {
    text-align: center !important;
  }

  .infoApp .right {
    width: 100%;
    max-height: none;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner {
    height: 180px;
  }

  .infoPageXxk {
    padding: 20px 0;
  }

  .page-banner .wz {
    top: 18%;
  }

  .page-banner .wz p {
    font-size: 22px;
    line-height: 30px;
  }

  .infoPageXxk span {
    font-size: 24px;
  }

  .infoPageXxk li a {
    line-height: 40px;
  }

  .infoBanner img.bg {
    width: 200%;
  }

  /* 新闻列表 */
  .infoNewsBottomBox main a {
    padding: 15px;
    border-radius: 5px;
  }

  .infoNewsBottomBox main a .imgBox {
    width: 40%;
    height: auto;
  }

  .infoNewsBottomBox main a .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }

  .infoNewsBottomBox main a .txtBox {
    padding-left: 15px;
  }

  .infoNewsBottomBox main a .txtBox p.nr {
    display: none;
    margin: 0;
  }

  .infoNewsBottomBox main a .txtBox p.bt {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .infoNewsBottomBox main a .txtBox p.time {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
  }

  /* 产品服务 */
  .infoProduct {
    padding: 0;
  }

  .infoProduct main>a {
    width: 100%;
    margin-right: 0;
  }

  /* 解决方案 */
  .nySolution a.card h5 {
    font-size: 18px;
  }

  .nySolution a.card .card-body {
    padding: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .infoBanner2 p {
    font-size: 16px;
  }

  .infoBanner2 h1 {
    font-size: 22px;
  }

  .page-banner .wz p {
    font-size: 22px;
  }

  .infoPageXxk .bj {
    padding: 20px;
  }

  .infoPageXxk span {
    margin: 0;
  }

  .infoPageXxk {
    padding: 20px 0 10px;
  }

  .infoPageXxk li a {
    line-height: 30px;
    font-size: 13px;
  }

  /* 关于我们 */
  .infoAboutTitle {
    font-size: 22px;
  }

  .infoAboutjj {
    margin-top: -20px;
  }

  .infoTitle {
    font-size: 24px;
  }

  .infotitle img.yinhao {
    width: 60px;
    height: auto;
    top: -18px;
    left: 0;
  }

  .infoCulture li {
    padding: 0 5px;
  }

  .infoCulture li img {
    width: 80px;
  }

  .infoCulture li h1 {
    font-size: 20px;
  }

  .infoCulture li p {
    font-size: 12px;
    line-height: 20px;
  }

  .about_section04 .cont_box .cont_con {
    padding: 30px 15px;
    border-radius: 5px;
  }

  .about_section04 .cont_box .icon_img i {
    font-size: 26px;
  }

  .about_section04 .cont_box .info .ti {
    font-size: 16px;
  }

  .about_section04 .cont_box .info {
    padding-left: 18px;
  }

  .about_section04 .sj_box .ewm .sj_img {
    padding: 4px;
  }

  /* 详情专题 */
  .xqZhuanti-1 {
    margin-top: -60px;
  }

  .ZhuanTiTitle h2 {
    font-size: 22px;
  }

  .xqZhuanti-2 .listBox .txtBox h4 {
    font-size: 22px;
  }

  /* 解决方案 */
  .nySolution .card-columns {
    padding: 40px 0;
    column-gap: 2rem;
  }

  .nySolution .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 575px) {
  .infoBanner {
    padding-bottom: 80px;
  }

  .infoBanner .left {
    padding-top: 40px;
  }

  .infoBanner img.bg {
    width: 280%;
  }

  .infoBanner .left li.fs {
    font-size: 16px;
  }

  /* 新闻列表 */
  .infoNewsBottomBox {
    padding-bottom: 40px;
  }

  /*  新闻详情 */
  .NewsXqBt {
    padding: 10px 0;
  }

  .NewsXqBt h1 {
    font-size: 18px;
  }

  .infoNewsXq .leftBox p {
    margin: 10px 0;
  }

  .infoRightTabBox .nextBox .line span {
    font-size: 16px;
  }

  .infoRightTabBox .tuijian .title strong {
    font-size: 18px;
  }

  /* 加入我们 */
  .join-3 h1 {
    font-size: 18px;
  }

  .join-3 .join-3-1 .join-3-1-1 .join-3-img1 {
    width: 50px;
    background-size: 100%;
    margin: 0px auto 10px;
  }

  .join-3 .join-3-1 .join-3-1-1 {
    padding: 20px 10px;
    height: 320px;
  }

  .infoBanner .left h1 {
    font-size: 22px;
  }

  .infoAdv ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}