/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 17.875rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl {
  text-align: center;
}
.common-tl h2 {
  font-size: 0.45rem;
  font-weight: bold;
  color: #040404;
}
.common-tl p {
  font-size: 0.2rem;
  margin-top: 0.15rem;
  color: #040404;
}
.common-more {
  width: 121px;
  height: 33px;
  border-radius: 16px;
  border: solid 2px #e5e4e2;
  font-size: 11px;
  line-height: 33px;
  color: #000000;
}
.common-more::after {
  display: block;
  content: '';
  width: 27px;
  height: 13px;
  background: url(../img/icon2.png) no-repeat;
  background-size: cover;
  margin-left: 12px;
}
/* 头部 */
.header {
  width: 100%;
  height: auto;
  z-index: 999;
}
.header .top {
  width: 100%;
  height: 1.2125rem;
  background-color: rgba(6, 97, 209, 0.9);
}
.header .top .ph img {
  width: 0.5875rem;
  height: 0.5875rem;
  object-fit: cover;
  margin-right: 0.25rem;
}
.header .top .ph p {
  font-size: 0.225rem;
  color: #ffffff;
}
.header .top .ph span {
  font-size: 0.3375rem;
  color: #ffffff;
}
.header .logo {
  display: inline-block;
  height: 0.875rem;
  width: auto;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .bto {
  width: 100%;
height: .8rem;
}
.header .bto ul {
  width: 100%;
  height: 100%;
}
.header li {
  line-height: .2rem;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  border-right: 0.025rem solid #000;
}
.header li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header li a {
  position: relative;
  font-size: 0.275rem;
  color: #000000;
  transition: all 0.3s;
}
.header li:hover a::after {
  position: absolute;
  bottom: -.25rem;
  display: block;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 1.825rem;
  height: 0.075rem;
  background-color: #0061ab;
}
.header li:hover a {
  font-weight: bold;
  color: #0061ab;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.headerSwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.bannernum {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3%;
  z-index: 9;
}

.bannernums .br {
  display: none;
  position: relative;
  width: 78px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}

.bannernums.active .br {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  margin-right: 0.25rem;
}

.bannernums.active .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  z-index: 9;
  background-color: #fff;
  animation: grow 2s;
}

.bannernums.active .bg::before {
  display: block;
  content: '';
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 3px solid rgba(248, 246, 246, 0.3);
  border-radius: 50%;
}

@keyframes grow {
  to {
    width: 78px;
  }
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.375rem;
  transition: all 3s;
  cursor: pointer;
}
/* 系列 */
.series {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding-bottom: 0.5rem;
}
.seriesSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.seriesSwiper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.0625rem;
  background-color: #e5e5e5;
}
.seriesSwiper a.active {
  background-color: #daefff;
}
.seriesSwiper img {
  width: 0.6375rem;
  height: auto;
  object-fit: contain;
}
.seriesSwiper p {
  font-size: 0.25rem;
  margin: 0.25rem 0 0.1875rem 0;
  color: #333333;
}
.seriesSwiper span {
  font-size: 0.2rem;
  color: #333333;
}
.series-pagination {
  margin-top: 0.4375rem;
}
.series-pagination .swiper-pagination-bullet {
  width: 0.2625rem;
  height: 0.2625rem;
  background-color: #1970b3;
  border-radius: 0.125rem;
}
/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding-bottom: 0.75rem;
  background-color: #f6f6f6;
}
.about .top {
  width: 100%;
  height: auto;
  padding-left: 2.875rem;
  background-color: #fff;
}
.about img {
  width: 11.9875rem;
  height: 8.4375rem;
  object-fit: cover;
  margin-left: 0.5rem;
}
.about .lt {
  flex: 1;
  margin-top: 0.75rem;
}
.about .tl {
  position: relative;
}
.about .tl p {
  font-size: 0.775rem;
  font-weight: bold;
  color: #000000;
  opacity: 0.1;
}
.about .tl span {
  position: absolute;
  font-size: 0.5125rem;
  font-weight: bold;
  color: #000000;
  transform: translateY(-0.5rem);
}
.about .text {
  font-size: 0.2375rem;
  line-height: 0.7375rem;
  color: #616161;
  margin-top: 0.3125rem;
}
.about.inner  .text{
  font-size: .2125rem;
    line-height: .4125rem;
}

/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 0.5rem 0 0.875rem 0;
}
.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}
.productCenter .nav {
  margin: 0.4375rem 0 0.25rem 0;
}
.productCenter .nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 2.2875rem;
  text-align: center;
  height: 0.525rem;
  line-height: 0.525rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0125rem 0.075rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.2625rem;
  font-size: 0.2rem;
  color: #666666;
  margin-right: 0.125rem;
  padding: 0 0.1875rem;
  transition: all 0.3s;
}
.productCenter .nav a:last-child {
  margin-right: 0;
}
.productCenter .nav a::after {
  display: block;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
}
.productCenter .nav a:hover {
  background-color: #0061ab;
  color: #fff;
}
.productCenter .nav a:hover:after {
  background: url(../img/ic4-1.png) no-repeat;
  background-size: cover;
}

.productSwiper1,
.productSwiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productSwiper1 {
  background-color: #ffffff;
  border-radius: 0.075rem;
  margin-bottom: 0.2125rem;
}
.productSwiper1 img {
  width: 6.125rem;
  height: 6.225rem;
  object-fit: cover;
}
.productSwiper1 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 1.625rem;
}
.productSwiper1 .text h6 {
  font-size: 0.325rem;
  color: #333333;
}
.productSwiper1 .text .ls {
  font-size: 0.25rem;
  line-height: 0.6rem;
  color: #333333;
}
.productSwiper1 .text .more {
  display: inline-block;
  font-size: 0.2rem;
  color: #333333;
  width: fit-content;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  padding: 0 0.1875rem;
  background-color: #eeeeee;
}
.productSwiper1 a {
  padding: 0.25rem 0.5625rem 0.25rem 1.5rem;
}
.productSwiper2 .img,
.recommendedProduct li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.4375rem;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.productSwiper2 .img img,
.recommendedProduct li img {
  width: 4.075rem;
  height: 4.125rem;
  object-fit: cover;
}
.productSwiper2 .name,
.recommendedProduct .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.875rem;
  font-size: 0.225rem;
  text-align: center;
  color: #333333;
  background-color: #fff;
  padding: 0 0.25rem;
}
.productSwiper2 .name::after,
.recommendedProduct .name::after {
  display: block;
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
}
.productSwiper2 .swiper-slide {
  cursor: pointer;
}
/* 行业领域 */
.industry {
  width: 100%;
  height: auto;
  padding-top: 0.3625rem;
}
.industry ul {
  margin-top: 0.4375rem;
}
.industry li {
  position: relative;
  width: calc(100% / 4);
  height: 7.75rem;
  transition: all 0.3s;
}
.industry li img {
  width: 100%;
  height: 100%;
}
.industry li .active {
  display: none;
}

.industry li.active {
  width: 11.8125rem;
  object-fit: cover;
}
.industry .name {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.4375rem;
  background-color: rgba(11, 91, 182, 0.9);
  padding: 0.25rem 0.125rem 0.125rem 1.875rem;
}
.industry .name h6 {
  font-size: 0.25rem;

  color: #ffffff;
}
.industry .name .ls {
  font-size: 0.225rem;
  line-height: 0.35rem;
  color: #ffffff;
  margin-top: 0.125rem;
}
.industry li.active .name {
  display: block;
}
.industry li.active .active {
  display: block;
}
.industry li.active .deafult {
  display: none;
}

.supply {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding-top: 0.625rem;
}

.supplySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.supplySwiper .tl h6 {
  font-size: 0.35rem;
  font-weight: bold;
  color: #000000;
}
.supplySwiper .tl p {
  font-size: 0.2375rem;
  margin-top: 0.125rem;
  color: #000000;
}
.supplySwiper .tl img {
  width: 0.9rem;
  height: 0.9rem;
  object-fit: cover;
  margin-right: 0.25rem;
}
.supplySwiper .text h5 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000000;
  margin: 0.5rem 0 0.375rem 0;
}
.supplySwiper .text .ls {

  font-size: 0.275rem;
  line-height: 0.7rem;
  padding-right: 0.4375rem;
  color: #000000;
}.supplySwiper .text .ls span{
font-family: "微软雅黑" !important;
}
.supply-con .lt {
  width: calc((100% - 12.25rem));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.supply-con .lt .top {
  padding-left: 2.9375rem;
}
.supply-con {
  width: 100%;
  margin-top: 0.75rem;
  height: 9.3125rem;
}
.supply-con .img {
  width: 12.25rem;
  height: 100%;
}
.supply-con .img img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}
.supply-con .bottom {
  height: 1.925rem;
  width: 100%;
  background-color: #0061ab;
  padding: 0.5rem 0.25rem 0.25rem 2.9375rem;
}
.supply-con .bottom h6 {
  font-size: 0.3rem;
  color: #ffffff;
}
.supply-con .bottom .ls {
  font-size: 0.225rem;
  color: #ffffff;
  margin-top: 0.125rem;
}

.supply-button-next {
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/ic9.png) no-repeat;
  background-size: cover;
  margin-right: 0.1625rem;
}
.supply-button-prev {
    transform: rotate(180deg);
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../img/ic9-1.png) no-repeat;
  background-size: cover;
}
.supplySwiper .bto {
 // margin-top: 0.625rem;
}
/* 案例展示 */
.case {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.case-con {
  margin-top: 0.625rem;
}
.caseItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.caseItem li {
  position: relative;
  width: 5.8125rem;
  height: 4.4875rem;
  margin: 0 0.225rem 0.1875rem 0;
}
.caseItem li:nth-child(4n) {
  margin-right: 0;
}
.caseItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseItem .skm {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;

  left: 0;
  bottom: 0;
  background-color: rgba(11, 91, 182, 0.9);
  transition: all 0.3s;
}
.caseItem .skm h6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.3rem;
  color: #ffffff;
}
.caseItem .skm h6::after {
  display: block;
  content: '';
  width: 0.4875rem;
  height: 0.4875rem;
  background: url(../img/ic11-1.png) no-repeat;
  background-size: cover;
  margin-top: 0.25rem;
}
.caseItem li:hover .skm {
  opacity: 1;
}

.cooperation {
    display: none;
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.875rem 0;
}
.cooperation li {
  width: 3rem;
  height: 2.7625rem;
  background: url(../img/ic12.png) no-repeat;
  background-size: cover;
  margin-right: 1.95rem;
}
.cooperation li img {
  width: 2.2625rem;
  height: auto;
  object-fit: cover;
}
.cooperation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cooperation li a {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1023px) {
  .cooperation li:nth-child(4n) {
    margin-right: 0;
  }

  .cooperation ul li:nth-child(5) {
    margin: -1.375rem 0px 0 2.4625rem;
  }
  .cooperation ul li:nth-child(6) {
    margin: -1.25rem 0px 0 1.9625rem;
  }
  .cooperation ul li:nth-child(7) {
    margin: -1.375rem 0px 0 1.9625rem;
  }
  .cooperation ul li:nth-child(8) {
    margin: -1.3375rem 1.95rem 0 0;
  }
  .cooperation ul li:nth-child(9) {
    margin: -1.3375rem 1.95rem 0 0;
  }
  .cooperation ul li:nth-child(10) {
    margin: -1.3375rem 1.95rem 0 0;
  }
  .cooperation ul li:last-child {
    margin-right: 0;
    margin-top: -1.3375rem;
  }
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: #f6f6f6;
}

.news-con .lt {
  width: 8.825rem;
  height: auto;
  margin-right: 0.75rem;
}
.news-con .rt {
  flex: 1;
}
.news-con .lt li {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
}
.news-con .lt li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-con .lt .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 97, 171, 0.96);
  padding: 0.375rem 0.625rem 0.125rem 0.3125rem;
}
.news-con .lt .text h6 {
  font-size: 0.2875rem;
  font-weight: normal;
  color: #ffffff;
}
.news-con .lt .text .ls {
  font-size: 0.1875rem;
  line-height: 0.35rem;
  color: #ffffff;
  margin-top: 0.1875rem;
}
.news-con .rt .nav {
  width: 100%;
  height: 0.7625rem;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.1625rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.325rem;
  background-color: rgba(253, 250, 250, 0.4);
}
.news-con .rt .nav .item,
.news-con .rt .nav a {
  display: inline-block;
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 0.7625rem;
  color: #000000;
  width: 2.1rem;
  height: 0.775rem;
  text-align: center;
  border-radius: 0.375rem;
}
.news-con .rt .nav .item.active {
  background-color: #0061ab;
  color: #fff;
}
.news-con .rt li h6 {
  font-size: 0.25rem;
  font-weight: normal;
  color: #0b0a0a;
}
.news-con .rt li .ls {
  font-size: 0.1875rem;
  line-height: 0.35rem;
  color: #4c4949;
  margin-top: 0.25rem;
}
.news-con .rt li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.4375rem;
  margin-top: 0.4rem;
}
.news-con .rt li:last-child {
  border-bottom: none;
}
.news-con .rt ul {
  margin-top: 0.375rem;
}
.newList {
  display: none;
}
.news-con {
  margin-top: 0.875rem;
}
/* 合作双赢 */
.recommended {
  width: 100%;
  height: auto;
  padding-bottom: 0.625rem;
  background-color: #f0f0f0;
}
.recommended .top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recommended .con {
  position: relative;
  top: -2.4375rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.1625rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.125rem;
  padding: 0.25rem 0 0.375rem 0;
}
.recommended .con h6 {
  font-size: 0.6rem;
  color: #000000;
  text-align: center;
}
.recommended .con .ph {
  width: fit-content;
  height: 0.95rem;
  font-weight: bold;
  background-color: #f4f4f4;
  font-size: 0.4375rem;
  text-align: center;
  line-height: 0.95rem;
  color: #0061ab;
  padding: 0 15px;
  margin: 0.125rem 0 0.4375rem 0;
}
.recommended .con .ls {
  font-size: 0.3125rem;
  text-align: center;
  color: #54595d;
}
.recommended .con .item {
  cursor: pointer;
  width: 2.75rem;
  line-height: 0.75rem;
  height: 0.75rem;
  background-color: #656565;
  border-radius: 0.375rem;
  font-size: 0.375rem;
  text-align: center;
  margin-right: 0.75rem;
  color: #ffffff;
}
.recommended .con .item:last-child {
  margin-right: 0;
}
.recommended .con .item:hover {
  background-color: #0061ab;
}
.recommended .con .bto {
  transform: translateY(0.75rem);
}

.recommendedProduct {
  width: 100%;
  height: auto;
  margin-top: -1.625rem;
}
.recommendedProduct li {
  width: calc((100% - 0.5rem) / 3);
  height: auto;
  margin-right: 0.25rem;
}
.recommendedProduct li:last-child {
  margin-right: 0;
}
/* 底部 */
.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.footer .common-card {
  padding: 0.875rem 0 0.5rem 0;
}
.footer .lt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.425rem;
  height: auto;
  margin-right: 0.4375rem;
}
.footer .rt {
  flex: 1;
}
.footer .lt .logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer .lt .qr {
  width: 2.65rem;
  height: 2.65rem;
  object-fit: cover;
  margin-top: 0.1875rem;
}
.footer li p {
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.footer li a,
.footer li span {
  font-size: 0.175rem;
  line-height: 0.6rem;
  color: #ffffff;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer li,
.footer li .item {
  display: flex;
  flex-direction: column;
}
.footer .bto {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-top: 1px solid rgba(247, 247, 248, 0.6);
  padding: 0.3rem 2%;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.caseItem.inner li {
  width: calc((100% - 0.45rem) / 3);
  margin: 0 0.225rem 0.2rem 0;
}
.caseItem.inner li:nth-child(3n) {
  margin-right: 0;
}
.case.inner {
  background-color: #f6f6f6;
}
.productCenter.inner {
  background: none;
  background-color: #f6f6f6;
}
.recommendedProduct.inner {
  margin-top: 0;
}
.recommendedProduct.inner ul {
  flex-wrap: wrap;
}
.recommendedProduct.inner ul li:nth-child(3n) {
  margin-right: 0;
}
.recommendedProduct.inner ul li {
  margin-bottom: 0.3125rem;
}

/* 新闻详情 */
.newsDel {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.newsDel .common-tl h2 {
  font-weight: normal;
}
.newsDel .common-tl {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3125rem;
}
.newsDel .common-tl p {
  font-size: 0.3rem;
}
.newsDel .time {
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.3125rem;
}

.newsDel-con {
  font-size: 0.225rem;
  line-height: 0.6875rem;
  color: #333333;
  margin-top: 0.1875rem;
}
/* 新闻咨询 */
.newsConsultation {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
  background-color: #f6f6f6;
}
.newsConsultation .common-card {
  margin-top: 0.5rem;
}
.newsConsultation li {
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  padding: 0.1875rem;
  margin-bottom: 0.2875rem;
}
.newsConsultation li img {
  width: 3.6375rem;
  height: 3.1rem;
  object-fit: cover;
  margin-right: 0.5rem;
}
.newsConsultation li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.newsConsultation li .text {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.newsConsultation li .tl h6 {
  font-size: 0.2125rem;
  color: #000000;
}
.newsConsultation li .tl {
  width: 100%;
}
.newsConsultation .text .ls {
  width: 100%;
  font-size: 13px;
  line-height: 35px;
  color: #666666;
  margin: 0.1875rem 0;
}
.newsConsultation .tl span {
  font-size: 0.3125rem;
  color: #666666;
}
.newsConsultation .tl i {
  font-size: 12px;
  color: #666666;
}
.newsConsultation li .more {
  width: fit-content;
  padding: 0 15px;
  display: inline-block;
  height: 0.3875rem;
  font-size: 14px;
  line-height: 0.3875rem;
  text-align: center;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.1875rem;
}
/* 行业领域 */
.industryInner {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 0.375rem 0;
}

.industryInner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.375rem;
}
.industryInner li {
  height: 7.75rem;
  width: calc((100% - 0.15rem) / 2);
  margin: 0 0.15rem 0.2375rem 0;
  overflow: hidden;
}
.industryInner li:nth-child(2n) {
  margin-right: 0;
}
.industryInner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.industryInner li:hover img {
  transform: scale(1.2);
}
.industryInner li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.industryInner .skm {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in 0.3s;
  background-color: rgba(27, 81, 148, 0.6);
}
.industryInner .skm h6 {
  font-size: 0.25rem;

  color: #ffffff;
}
.industryInner .skm .ls {
  font-size: 0.225rem;
  line-height: 0.35rem;
  margin-top: 0.125rem;
    padding: 0 10px;
  color: #ffffff;
}
.industryInner li:hover .skm {
  opacity: 1;
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background-color: #f6f6f6;
}
.contactUs .top {
  margin-top: 0.5rem;
}
.contactUs .top li {
  width: 4.3rem;
  height: 3.75rem;
  margin-right: 0.2375rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.375rem 0.25rem 0.375rem;
}
.contactUs .top li:last-child {
  margin-right: 0;
}
.contactUs .top li img {
  width: auto;
  height: 0.525rem;
  object-fit: contain;
}
.contactUs .top li .ls {
  font-size: 14px;
  line-height: 0.4375rem;
  color: #000000;
  margin-top: 0.25rem;
}
#map {
  width: 100%;
  height: 6.975rem;
  margin-top: 0.5rem;
}
.BMap_bubble_title {
  font-size: 16px;
}
.BMap_bubble_content {
  font-size: 14px;
}
.contactUs h5 {
  font-size: 0.2625rem;
  text-align: center;
  margin: 0.2875rem 0;
  color: #656565;
}
.form input[type='text'] {
  width: calc((100% - 0.275rem) / 2);
  height: 0.75rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 14px;
  padding-left: 10px;
  color: #656565;
  margin-right: 0.275rem;
}
.form .item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.175rem;
}
.form input[type='text']:nth-child(2n) {
  margin-right: 0;
}
.form textarea {
  font-size: 14px;
  width: 100%;
  padding: 10px 0 0 10px;
  color: #656565;
  height: 2.2625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
.form input[type='submit'] {
  width: 55%;
  height: 0.7375rem;
  background-color: #1161a0;
  border: solid 1px #d2d2d2;
  font-size: 0.2875rem;
  line-height: 0.7375rem;
  color: #ffffff;
  margin-top: 0.1875rem;
}
.about.inner {
  background-color: #fff;
  padding-bottom: 0;
}
/* 团队风采 */
.teamStyle {
    display: none;
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.common-tl.g p {
  font-size: 0.275rem;
  color: #bbbbbb;
}
.common-tl.g h2 {
  font-weight: normal;
}
.teamStyleSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.625rem;
}
.teamStyleSwiper img {
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
}
.teamStyle-pagination {
  margin-top: 0.625rem;
}
.teamStyle-pagination .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #1161a0;
  border-radius: 0.15rem;
}
/* 发展历程 */
.course {
  width: 100%;
 display: none;
  height: auto;
  padding: 0.625rem 0 1.25rem 0;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}

.course-con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.course-con .lt {
  width: 3.125rem;
  height: auto;
}
.course-con .lt h6 {
  font-size: 0.325rem;
  color: #7a7a7a;
}
.course-con .lt li {
  margin-bottom: 0.625rem;
}
.course-con .lt p {
  font-size: 0.275rem;
  color: #7a7a7a;
  margin-top: 0.125rem;
}
.course-con .rt {
  position: relative;
  padding-right: 0.5625rem;
}
.courseSwiper {
  width: 13.1875rem;
  height: auto;
  overflow: hidden;
}
.courseSwiper .text h5 {
  font-size: 0.3rem;
  color: #020202;
}
.courseSwiper .text .ls {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #000000;
  margin-top: 0.1875rem;
}
.courseSwiper img {
  width: 100%;
  object-fit: cover;
  height: 5.1rem;
  margin-top: 0.375rem;
}

.course-button-next {
  position: absolute;
  cursor: pointer;
  left: -0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.325rem;
  height: 0.5375rem;
  opacity: 1;
  z-index: 999;
  background: url(../img/ic17.png) no-repeat;
  background-size: cover;
}
.course-button-prev {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.325rem;
  height: 0.5375rem;
  opacity: 1;
  z-index: 999;
  background: url(../img/ic17-1.png) no-repeat;
  background-size: cover;
}
/* 企业文化 */
.corporate {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.corporate ul {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
}
.corporate li {
  position: relative;
  width: 4.3625rem;
  height: 6.4125rem;
  margin-right: 0.1375rem;
}
.corporate li:last-child {
  margin-right: 0;
}
.corporate li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.corporate .skm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  transition: all 0.5s ease-in-out 0.3s;
}
.corporate .skm img {
  width: auto;
  height: 0.2875rem;
  object-fit: contain;
  transition: all 0.3s;
}
.corporate .skm h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #ffffff;
  margin: 0.125rem 0 0.1875rem 0;
}
.corporate .skm .ls {
  font-size: 0.2rem;
  color: #ffffff;
}
.corporate li:hover .skm img {
  transform: scale(1.3);
}
.corporate li:hover .skm {
  opacity: 1;
}
/* 荣誉资质 */
.aptitude {
 display: none;
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 0.6rem 0;
}
.aptitude-con {
  margin-top: 0.375rem;
}
.aptitude ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aptitude li {
  width: 3.425rem;
  height: 4.8625rem;
  margin: 0 0.15rem 0.4375rem 0;
}
.aptitude li:nth-child(5n) {
  margin-right: 0;
}
.aptitude li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.375rem 0;
  height: auto;
}

.productDetails .top {
  background-color: #ffffff;
  width: 100%;
  height: 6.475rem;
  padding: 0.125rem 0.5rem 0.125rem 0.75rem;
  margin: 0.375rem 0 0.1rem 0;
}
.productDetails .top img {
  width: 7.375rem;
  height: 100%;
  object-fit: contain;
}
.productDetails .text {
  flex: 1;
  padding-top: 0.375rem;
}
.productDetails .text h6 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #000000;
}
.productDetails .text .ls {
  font-size: 0.25rem;
  line-height: 0.5625rem;
  margin-top: 0.3125rem;

  color: #666666;
}
.com-tl {
  width: 100%;
  height: 0.65rem;
  background-color: #ffffff;
  margin-bottom: 0.3125rem;
}
.com-tl .t {
  width: fit-content;
  padding: 0 10px;
  height: 100%;
  font-size: 0.25rem;
  line-height: 0.65rem;
  text-align: center;
  background-color: #1161a0;
  color: #ffffff;
}
.technical {
  width: 100%;
  font-size: 0.25rem;
  line-height: 0.625rem;
  color: #000000;
  margin-bottom: 0.125rem;
}
.flowChart {
    background: #fff;
  margin-bottom: 0.125rem;
}
.flowChart img {
  width: auto;
  height: 5.625rem;
  object-fit: contain;
}

table {
    width: 100% !important;
}

table td{
text-align: center;
}

.technical  img{
    width: 100%;
}

.footer li .item:nth-child(2),
.footer li .item:nth-child(3){
  margin-top:   .125rem;
}