/* 公共样式 */

.flex {
  display: flex;
  align-items: center;
}

.flex-l {
  display: flex;
  justify-content: space-between;
}

.flex-dc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

.common-title {
  text-align: center;
}

.common-title h2 {
  font-size: 0.5rem;
  font-weight: bold;
  color: #000000;
}

.common-title h4 {
  font-size: 0.25rem;
  color: #666666;
  font-weight: normal;
  margin-top: 0.125rem;
}
.common-more {
  display: inline-block;
  width: 1.7125rem;
  height: 0.4125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.2rem;
  font-size: 0.175rem;
  line-height: 0.4125rem;
  text-align: center;
  color: #000000;
}
/* 头部 */

.header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
}
.header .top {
  width: 100%;
  background: url(../img/bg.png) no-repeat center;
  background-size: cover;
  height: 1.5rem;
}
.header .logo {
  display: inline-block;
  width: 4.8875rem;
  height: 1.075rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .rt img {
  width: 0.975rem;
  height: 0.975rem;
  object-fit: cover;
  margin-right: 0.2375rem;
}
.header .rt .ph p {
  font-size: 0.3375rem;
  color: #ffffff;
}
.header .rt .ph span {
  font-size: 0.3375rem;
  letter-spacing: 0.0375rem;
  color: #ffffff;
}
.header .bto {
  width: 100%;
  height: 0.8rem;
}
.header .bto ul {
  height: 100%;
}
.header .bto li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .bto li > a,
.header .bto li > span {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  letter-spacing: 0.025rem;
  color: #333;
  cursor: pointer;
}
.header .bto li > a {
  border-right: 2px solid #999;
  line-height: 0.3375rem;
  padding-right: .5625rem;
  margin-right: .5625rem;
}
.header .bto li > a:hover,
.pull-down .con a:hover {
  color: #e61010;
}
.header .bto li.active > a::after,
.header .bto li.active > span::after {
  margin-left: 0.1rem;
  display: block;
  content: '';
  width: 0.325rem;
  height: 0.125rem;
  margin-top: 0.075rem;
  background: url(../img/icon2.png) no-repeat center;
  background-size: cover;
}
.header .bto li.active > span::before {
  right: 10%;
}
.pull-down {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 25%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 5%;
  box-shadow: 0 0 0.2rem 0.025rem rgba(0, 0, 0, 0.16);
  border-radius: 0.1875rem;
  background-color: rgba(248, 247, 247, 0.7);
}
.pull-down .con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pull-down .con a {
  font-size: 0.2rem;
  line-height: 35px;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 2% !important;
  z-index: 8888;
}
.header-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.125rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  opacity: 1;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: red !important;
}
/* number */
.number {
  width: 100%;
  height: 2.55rem;
  background: url(../img/bg2.png) no-repeat center;
  background-size: cover;
}
.number ul {
  width: 100%;
  height: 100%;
}
.number li span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
}
.number li i,
.number li em {
  font-size: 0.3rem;
  color: #ffffff;
}
.number li em {
  display: inline-block;
  margin-top: 0.0625rem;
}
.number li img {
  width: 1.3125rem;
  height: 0.6875rem;
  object-fit: cover;
}
/* search */
.search {
  width: 100%;
  height: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
}
.search .lt {
  flex: 1;
  display: flex;
  align-items: center;
}
.search .lt span {
  font-size: 0.225rem;
  color: #000000;
}
.search .lt a {
  font-size: 0.225rem;
  color: #666666;
}
.search .form,
.productCenter .form {
  display: flex;
  align-items: center;
  width: 7rem;
  position: relative;
  height: 0.425rem;
}
.search .form input[type='text'],
.productCenter .form input[type='text'] {
  width: 100%;
  height: 100%;
  font-size: 0.15rem;
  padding-left: 0.375rem;
  background-color: #ececec;
  border-radius: 0.2125rem;
}
.search .form input[type='submit'],
.productCenter .form input[type='submit'] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/icon4.png) no-repeat center;
  background-size: contain;
}
/* 热销产品 */
.hotProducts {
  width: 100%;
  height: auto;
  padding: 0.2625rem 0 0.225rem 0;
}
.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3125rem;
}
.productSwiper img {
  width: 100%;
  height: 5.7875rem;
  object-fit: cover;
  vertical-align: bottom;
}
.productSwiper .text {
  width: 100%;
  height: auto;
  background-color: #ececec;
  padding: 0.3125rem 0.3625rem 0.25rem 0.4rem;
}
.productSwiper .text h6 {
  font-size: 0.3rem;
  color: #333333;
}
.productSwiper .text .ls {
  font-size: 0.25rem;
  line-height: 0.6875rem;
  color: #666666;
  margin: 0.25rem 0;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.productSwiper .text a {
  display: inline-block;
  width: 1.2625rem;
  height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  font-size: 0.175rem;
  line-height: 0.4rem;
  text-align: center;
  color: #000000;
  margin-left: 77%;
}
.productSwiper .bto,
.caseSwiper .bto {
  width: 100%;
  height: 0.5rem;
  margin-top: 0.2375rem;
}
.product-button-next,
.case-button-next {
  cursor: pointer;
  width: 1.1875rem;
  height: 100%;
  background: url(../img/icon5-1.png) no-repeat center;
  background-size: cover;
}
.product-button-prev,
.case-button-prev {
  cursor: pointer;
  width: 1.1875rem;
  height: 100%;
  background: url(../img/icon5-2.png) no-repeat center;
  background-size: cover;
}
/* 走进博雄 */
.about {
  width: 100%;
  height: auto;

  background: url(../img/bg3.png) no-repeat bottom;
  background-size: cover;
  background-color: #f4f4f4;
  padding: 0.6875rem 0 0.4875rem 0;
}

.about-con .top {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0.4375rem 0 0.35rem 0;
}
.about-con .text {
  font-size: 0.2375rem;
  line-height: 0.65rem;
  color: #333333;
}
.about-con .bg {
  width: 10.45rem;
  height: 5.075rem;
  margin-left: 0.4375rem;
}
.about-con .lt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.about-con .lt a {
  display: inline-block;
  width: 0.825rem;
  height: 0.825rem;
}
.about-con .lt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-con .bto {
  width: 100%;
  height: auto;
}
.about-con li {
  position: relative;
  width: 2.3125rem;
  height: 2.3125rem;
}
.about-con li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-con li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24%;
  color: #000000;
}
/* 项目案例 */
.case {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}

.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.325rem;
}

.caseSwiper img {
  width: 100%;
  height: 5.85rem;
  object-fit: cover;
  vertical-align: bottom;
}
.caseSwiper .name {
  width: 100%;
  height: 0.775rem;
  background-color: #e6e6e6;
  font-size: 0.225rem;
  color: #000000;
  padding: 0 0.2rem;
}
.caseSwiper .name::after {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/icon8-1.png) no-repeat center;
  background-size: cover;
}
.caseSwiper .bto {
  margin-top: 0.3875rem;
}
/* 为装卸设备制造领域提供解决方案 */
.solution {
  width: 100%;
  height: auto;
  background-color: #000000;
  background: url(../img/bg4.png) no-repeat center;
  background-size: cover;
  padding: 0.375rem 0 1rem 0;
}
.solution .common-title h2 {
  font-size: 0.45rem;
}
.solution .common-title h2,
.solution .common-title h4 {
  color: #fff;
}
.solution-con {
  margin-top: 0.3375rem;
}
.solution-con .top {
  width: 100%;
  height: 1.025rem;
  border-bottom: solid 1px #c9c9c9;
  border-top: solid 1px #c9c9c9;
}
.solutionSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.solutionSwiper img {
  width: 0.6rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.175rem;
}
.solutionSwiper .active {
  display: none;
}
.solutionSwiper .swiper-slide-thumb-active {
  background-color: #fff;
}
.solutionSwiper .swiper-slide-thumb-active span {
  color: #000;
}
.solutionSwiper .swiper-slide-thumb-active .active {
  display: block;
}
.solutionSwiper .swiper-slide-thumb-active .default {
  display: none;
}
.solutionSwiper .swiper-slide {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.solutionSwiper span {
font-size: .2625rem;
  font-weight: bold;
  color: #fff;
}

.solutionSwiper2 {
  position: relative;
  width: 100%;
  height: 7.85rem;
  overflow: hidden;
  margin-top: 1rem;
}
.solutionSwiper2 .swiper-slide {
  display: flex;
}
.solutionSwiper2 .img {
  width: 14.325rem;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}
.solutionSwiper2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutionSwiper2 a {
  flex: 1;
}
.solutionSwiper2 a .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.875rem;
  height: 100%;
}
.solutionSwiper2 .text h6 {
  font-size: 0.35rem;

  color: #ffffff;
}
.solutionSwiper2 .text .ls {
  font-size: 0.25rem;
  line-height: 0.5875rem;
  color: #ffffff;
  margin-top: 0.275rem;
}
.solutionSwiper2 .text .nr span {
  font-size: 1.9125rem;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.1;
}
.solutionSwiper2 .text .nr i {
  font-size: 1.9125rem;
  color: #ffffff;
  opacity: 0.1;
}

.solution-button-next {
  position: absolute;
  left: 28%;
  top: 52%;
  cursor: pointer;
  width: 1.1875rem;
  height: 0.5125rem;
  background: url(../img/icon5-3.png) no-repeat center;
  background-size: cover;
  z-index: 999;
}
.solution-button-prev {
  z-index: 999;
  position: absolute;
  left: 35%;
  top: 52%;
  cursor: pointer;
  width: 1.1875rem;
  height: 0.5125rem;
  background: url(../img/icon5-2.png) no-repeat center;
  background-size: cover;
}
.solution-button-next.swiper-button-disabled,
.solution-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  /* pointer-events: none; */
}

.homebg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
/* explore */
.explore {
  width: 100%;
  height: 9.4875rem;
  background: url(../img/bg5.png) no-repeat top;
  background-size: cover;
}
.explore .common-card {
  display: flex;
  align-items: center;
  height: 100%;
}

.explore .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 6.25rem;
  height: 6.15rem;
  margin-right: 0.2875rem;
}
.explore .lt h6 {
  font-size: 0.6rem;
  color: #010101;
  margin-bottom: 0.5rem;
}
.explore .lt h4 {
  font-size: 0.325rem;
  font-weight: normal;
  line-height: 0.3875rem;
  color: #010101;
}
.explore .lt a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.775rem;
  height: 0.75rem;
  background-color: #e61010;
  border-radius: 0.375rem;
  border: solid 0.025rem #e5e4e2;
  font-size: 0.25rem;
  line-height: 0.75rem;
  color: #ffffff;
}
.explore .lt a::after {
  display: block;
  content: '';
  width: 0.625rem;
  height: 0.3rem;
  background: url(../img/icon15.png) no-repeat center;
  background-size: cover;
  margin-left: 0.3125rem;
}
.explore .rt {
  flex: 1;
}
.explore li p {
  font-size: 0.2625rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore li .ls {
  font-size: 0.2125rem;
  line-height: 0.45rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explore li {
  width: 6.6875rem;
  height: auto;
}
.explore li img {
  width: 100%;
  height: 4.3875rem;
  object-fit: cover;
  margin: 0.3125rem 0 0.175rem 0;
}
.explore li:first-child {
  margin-right: 0.1625rem;
}
/* 联系方式 */
.contact {
  width: 100%;
  height: auto;
  background: url(../img/bg6.png) no-repeat top;
  background-size: cover;
  padding: 0.5625rem 0 0.875rem 0;
}
.contact-con {
  margin-top: 0.5625rem;
  border-top: 0.15rem solid #e61010;
  padding-top: 1rem;
}
.contact .common-title h2,
.contact .common-title h4 {
  color: #fff;
}
.contact-con li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-con li img {
  width: 1.425rem;
  height: 1.425rem;
  object-fit: cover;
}
.contact-con li p {
  margin: 0.4375rem 0 0.0625rem 0;
}
.contact-con li p,
.contact-con li .ls {
  font-size: 0.375rem;
  letter-spacing: -1px;
  color: #ffffff;
}

.contact-con .navigation {
  display: inline-block;
  width: 2.35rem;
  height: 0.8375rem;
  background-color: #ffffff;
  border-radius: 0.4125rem;
  font-size: 0.375rem;
  line-height: 0.8375rem;
  text-align: center;
  letter-spacing: -1px;
  color: #e61010;
  margin: 0.875rem 0 0.5rem 0;
}
#map {
  width: 100%;
  height: 9.1375rem;
  border-radius: 0.125rem;
}
.BMap_bubble_title {
  font-size: 16px;
  font-weight: bold;
}
.BMap_bubble_content {
  font-size: 14px;
}

/* footer */

.footer {
  width: 100%;
  background-color: #212121;
  height: auto;
}
.footer .top {
  display: flex;
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.4375rem 0;
}
.footer .lt {
  width: 6.375rem;
  height: auto;
  margin-right: 1.125rem;
}
.footer .rt {
  position: relative;
  flex: 1;
}
.footer .lt .logo {
  display: inline-block;
  width: 100%;
  height: 1.4125rem;
}
.footer .lt .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .lt .ls {
  width: 5.1375rem;
  font-size: 0.3125rem;
  line-height: 0.65rem;
  letter-spacing: -1px;
  color: #e6e6e6;
  margin-top: 0.375rem;
}
.footer .rt ul {
  display: flex;
  justify-content: space-between;
}
.footer .rt ul li {
  display: flex;
  flex-direction: column;
}
.footer .rt li p {
  position: relative;
  font-size: 0.3125rem;
  letter-spacing: -1px;
  padding-bottom: 0.175rem;
  color: #e6e6e6;
  margin-bottom: 0.1375rem;
}
.footer .rt li p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 1.25rem;
  height: 0.0375rem;
  background-color: #e61010;
}
.footer .rt li a {
  font-size: 0.275rem;
  line-height: 0.75rem;
  letter-spacing: -1px;
  color: #e6e6e6;
}
.footer .rt li .qr {
  width: 3.075rem;
  height: 3.075rem;
  object-fit: cover;
  margin-top: 0.0875rem;
}
.footer .bto {
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.225rem;
  color: #e6e6e6;
  border-top: 1px solid #cecece;
}
.footer .heat {
 //position: absolute;
 // left: 19%;
 // bottom: -3%;
}
.footer .heat img {
  width: 0.6125rem;
  height: 0.6125rem;
  object-fit: cover;
  margin-right: 0.2875rem;
}
.footer .heat span {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #ffffff;
}
.footer .heat h4 {
  font-size: .3rem;
  font-weight: bold;
  color: #ffffff;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.navigation {
  width: 100%;
  height: 1.4625rem;
  background-color: #eeeeee;
}
.navigation ul {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation li {
  margin-right: 1.75rem;
}
.navigation li:last-child {
  margin-right: 0;
}
.navigation li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.navigation li span {
  font-size: 0.25rem;
  letter-spacing: 2px;
  color: #333333;
}
.navigation li img {
  width: 0.425rem;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.1875rem;
}
.navigation li .active {
  display: none;
}
.navigation li:hover .active,
.navigation li.active .active {
  display: block;
}
.navigation li:hover .default,
.navigation li.active .default {
  display: none;
}
.navigation li:hover span,
.navigation li.active span {
  color: #f10000;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding: 0.3625rem 0 1.125rem 0;
}
.productCenter .top {
  margin-bottom: 0.3125rem;
}
.product-con {
  margin-top: 0.5rem;
}
.product-con li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.6375rem;
  background-color: #f1f1f1;
  padding: 0.3375rem 0.75rem 0.375rem 0.75rem;
  margin-bottom: 0.1875rem;
}
.product-con li img {
  width: 8.2875rem;
  height: 4.9rem;
  object-fit: cover;
  margin-right: 1.25rem;
}
.product-con li .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.product-con li h6 {
  font-size: 0.3rem;
  color: #333333;
}
.product-con li .ls {
  font-size: 0.225rem;
  line-height: 0.6125rem;
  color: #666666;
  margin: 0.375rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-con li .more {
  display: inline-block;
  width: 1.5125rem;
  height: 0.5rem;
  background-color: #e61010;
  border-radius: 0.1rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.5rem;
  letter-spacing: 2px;
  color: #ffffff;
}

/* 解决方案 */
.insolution {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}

.insolution li {
  position: relative;
  width: 100%;
  height: 5.8125rem;
  background-color: #f3f3f3;
  margin-bottom: 0.5rem;
}

.insolution li a {
  display: flex;
  align-items: center;
}
.insolution li h6 {
  font-size: 0.35rem;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.3125rem;
}
.insolution li .ls {
  font-size: 0.2875rem;
  line-height: 0.6875rem;
  color: #333333;
  margin-top: 0.3625rem;
}
.insolution li img {
  width: 9.7625rem;
  height: 100%;
  object-fit: cover;
}
.insolution li .text {
  flex: 1;
  padding: 0.25rem 0.4375rem 0.25rem 0.625rem;
}
.insolution li:nth-child(2n) img {
  position: absolute;
  left: 0;
  top: 0;
}
.insolution li:nth-child(2n) .text {
  width: calc(100% - 9.7625rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* 企业环境 */
.condition {
  width: 100%;
  height: auto;
  margin: 0.6875rem 0 0.25rem 0;
}

.navigation.conditions img {
  margin-bottom: 0.1875rem;
}
.condition ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.condition li {
  width: 6.4625rem;
  height: auto;
  margin: 0 0.3rem 0.2875rem 0;
}
.condition li:nth-child(3n) {
  margin-right: 0;
}
.condition li img {
  width: 100%;
  height: 4.8625rem;
  object-fit: cover;
  vertical-align: bottom;
border: 1px solid #f3f3f3;
}
.condition li .name {
  width: 100%;
  height: 0.975rem;
  line-height: 0.975rem;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 0.25rem;

  color: #666666;
}
/* 项目案例 */
.projectCase {
  width: 100%;
  height: auto;
  margin: 0.625rem 0 0.5rem 0;
}
.commonCase ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.commonCase li {
  position: relative;
  width: 9.9375rem;
  height: auto;
  margin: 0 0.125rem 0.1875rem 0;
  overflow: hidden;
}
.commonCase li:nth-child(2n) {
  margin-right: 0;
}
.commonCase li img {
  width: 100%;
  height: 6.55rem;
  object-fit: cover;
  transition: all 0.4s;
  vertical-align: bottom;
}
.commonCase li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.725rem;
  background: url(../img/icon24.png) no-repeat center;
  background-size: cover;
  font-size: 0.375rem;
  line-height: 0.725rem;
  letter-spacing: 3px;
  color: #ffffff;
  padding-left: 0.75rem;
}
.commonCase li:hover img {
  transform: scale(1.2);
}
/* 新闻资讯 */

/* 新闻资讯 */
.newsInformation {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.newsInformation h6 {
  font-size: 0.25rem;
  color: #000000;
}
.newsInformation .text {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}
.newsInformation .time span {
  font-size: 0.3375rem;

  color: #666666;
}
.newsInformation .time i {
  font-size: 0.175rem;

  color: #666666;
}
.newsInformation .more {
  display: inline-block;
  width: 1.225rem;
  height: 0.425rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.1875rem;
  line-height: 0.425rem;
  text-align: center;
  color: #000000;
}

.news-con {
  margin-top: 0.375rem;
}
.news-con ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.6125rem;
  background-color: #eeecec;
  transition: all 0.3s;
  border-radius: 0.25rem;
  margin-bottom: 0.2125rem;
  padding: 0.4375rem 0.45rem 0.25rem 0.3125rem;
}
.news-con ul li:hover {
  box-shadow: 0 0.075rem 0.1875rem 0.0125rem rgba(0, 0, 0, 0.17);
}
.news-con ul .time {
  width: fit-content;
  display: flex;
  align-items: baseline;
  margin-right: 0.5625rem;
}
.news-con ul h6 {
  margin-bottom: 0.1875rem;
}
.news-con ul .more {
  margin-left: 92%;
}
.news-con li .rt {
  flex: 1;
}

/* 新闻详情 */
.newsDetail {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}
.newsDetail .common-card {
  background-color: #fff;
  border-radius: 0.2625rem;
  padding: 0 2% 2% 2%;
}
.newsDetail .title h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 0.375rem 0;
}
.newsDetail .title .time {
  font-size: 16px;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.newsDetail .ls {
  font-size: 18px;
  line-height: 55px;
  color: #333;
  padding: 0 2%;
  margin-top: 20px;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  margin: 0.4375rem 0;
}
.productDetails .top {
  display: flex;
  position: relative;
  width: 100%;
  height: 6.525rem;
}
.productDetailsSwiper {
  position: relative;
  width: 10.5375rem;
  height: 100%;
  overflow: hidden;
}
.productDetailsSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetails .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.25rem 0 0 0.5rem;
}

.productDetails-next,
.caseDs-next {
  cursor: pointer;
  position: absolute;
  left: -0.6125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2125rem;
  height: 1.2125rem;
  background: url(../img/icon25.png) no-repeat center;
  background-size: cover;
  z-index: 999;
}
.caseDs-prev {
  cursor: pointer;
  position: absolute;
  right: -0.6125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2125rem;
  height: 1.2125rem;
  background: url(../img/icon25-1.png) no-repeat center;
  background-size: cover;
  z-index: 999;
}
.productDetails .top .text h6 {
  font-size: 0.325rem;
  font-weight: normal;
  color: #3e3f3f;
}
.productDetails .top .text .ls {
  font-size: 0.225rem;
  line-height: 0.65rem;
  letter-spacing: 2px;
  color: #666666;
}
.productDetails .outside a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.productDetails .outside a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetails .top .more {
  display: inline-block;
  width: 2.375rem;
  height: 0.7125rem;
  background-color: #e61010;
  border-radius: 0.1rem;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.7125rem;
  letter-spacing: 2px;
  color: #ffffff;
}

.productDetails-tl {
  width: 100%;
  height: 0.775rem;
  background-color: #f4f4f4;
  margin: 0.3125rem 0;
}
.productDetails-tl span {
  display: block;
  font-size: 0.35rem;
  text-align: center;
  width: fit-content;
  padding: 0 0.25rem;
  letter-spacing: 0.0375rem;
  color: #ffffff;
  background-color: #dc0000;
  height: 100%;
  line-height: 0.775rem;
}

.technical {
  width: 100%;
  height: auto;
}
table {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #646796;
}
table td,
table td tr {
  border: 1px solid #646796;
  background: #fff;
  height: 0.5625rem !important;
  font-size: 0.2rem !important;
  text-align: center;
}

table tr td:nth-child(1) {
  color: #595c8f;
}

table tr:nth-child(1) td:nth-child(2n) {
  background: #445da9;
  font-weight: bold;
  color: #fff;
}

table tr:nth-child(1) td:nth-child(2n + 1) {
  background: #3e4f94;
  font-weight: bold;
  color: #fff;
}

.feature {
  width: 100%;
  height: auto;
  font-size: 0.3rem;
  line-height: 0.75rem;
  color: #666666;
}
/* development */
.development {
  width: 100%;
  height: auto;
  margin: 1rem 0 0.5rem 0;
}

.developmentSwiper {
  position: relative;
  width: 100%;
  height: 17.25rem;
  overflow: hidden;
  background: url(../img/icon28.png) no-repeat center;
  background-size: contain;
}
.developmentSwiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
}
.developmentSwiper .time {
  width: calc(100% / 2);
  font-size: 0.375rem;
  font-weight: bold;
  color: #666666;
  text-align: right;
  padding-right: 5%;
}
.developmentSwiper .ls {
  width: calc(100% / 2);
  font-size: 0.25rem;
  line-height: 0.5rem;
  color: #666666;
  padding-left: 5%;
}
.developmentSwiper .swiper-slide:nth-child(2n) .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0;
  padding-left: 5%;
  text-align: left;
}
.developmentSwiper .swiper-slide:nth-child(2n) .ls {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0;
  padding-right: 5%;
}

.development-pagination {
  width: fit-content;
  z-index: 888;
  position: absolute;
  top: 16% !important;
  left: 48.3%;
}
.development-pagination .swiper-pagination-bullet {
  width: 0.6375rem;
  height: 0.6375rem;
  opacity: 0;
  margin-bottom: 1.25rem !important;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: auto;
}

.aboutUs .top {
  width: 100%;
  height: auto;
  margin: 0.3rem 0;
}
.aboutUs .top .bg {
  width: 100%;
  height: 9.625rem;
  border-radius: 0.25rem;
}
.aboutUs .top .text {
  font-size: 0.3125rem;
  line-height: 0.7625rem;
  letter-spacing: 0.025rem;
  color: #3e3f3f;
}
.aboutUs .top .br {
  width: 2.35rem;
  height: 0.125rem;
  background-color: #e61010;
  margin: 0.625rem 0 0.3125rem 0;
}
/* 服务流程 */
.serviceProcess {
  width: 100%;
  height: auto;
  background-color: #ededed;
  padding: 0.5875rem 0 1.25rem 0;
}

.serviceProcess-con {
  width: 100%;
  height: auto;
}

.serviceProcess-con ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.serviceProcess-con ul li {
  width: 2.7375rem;
  height: 2.7375rem;
  margin: 0 0.625rem 2.2rem 0;
}
.serviceProcess-con ul li:nth-child(7n),
.serviceProcess-con ul li:last-child {
  margin-right: 0;
}
.serviceProcess-con ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceProcess-con ul .line {
  width: 1.6375rem;
  height: 0.25rem;
}
.serviceProcess-con ul .line img,
.serviceProcess-con ul .pd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serviceProcess-con ul .pd {
  position: absolute;
  right: 3%;
  top: 40%;
  height: 1.6375rem;
  width: 0.25rem;
}
/* 企业文化 */
.enterprise {
  width: 100%;
  height: auto;
  margin: 0.375rem 0 0.5rem 0;
}
.enterprise ul {
  margin-top: 0.75rem;
}
.enterprise li {
  cursor: zoom-in;
  position: relative;
  width: 4.8875rem;
  height: 7.1875rem;
  overflow: hidden;
}
.enterprise li:hover .bg,
.enterprise li:hover .text img {
  transform: scale(1.2);
}
.enterprise li .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.enterprise li .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.enterprise li .text img {
  width: 0.3375rem;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.2125rem;
  transition: all 0.3s;
}
.enterprise li .text p {
  font-size: 0.25rem;
  margin-bottom: 0.125rem;
  color: #ffffff;
}
.enterprise li .text .ls {
  font-size: 0.225rem;
  line-height: 0.5rem;
  color: #ffffff;
  text-align: center;
}
/* 荣誉资质 */

.honor {
  width: 100%;
  height: auto;
  margin: 0.625rem 0 0.3125rem 0;
}
.honor ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.honor .top {
  margin-bottom: 0.3125rem;
}
.honor .top li {
  width: 6.4875rem;
  height: auto;
  margin: 0 0.2625rem 0.5625rem 0;
}
.honor ul li:nth-child(3n) {
  margin-right: 0;
}
.honor .top li .img {
  width: 100%;
  height: 4.225rem;
  border: solid 0.0375rem #cfcfcd;
}
.honor .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .name {
  width: 100%;
  height: 1.075rem;
  background-color: #cfcfcd;
  font-size: .275rem;
  line-height: 1.075rem;
  text-align: center;
  letter-spacing: 0.0375rem;
  color: #3e3f3f;
  transition: all 0.3s;
}
.honor li:hover .name {
  color: #ffffff;
  background-color: #3e3f3f;
  border-radius: 0px 0px 0.25rem 0.25rem;
}
.honor .bto li {
  width: 6.425rem;
  height: auto;
  margin: 0 0.3375rem 0.5625rem 0;
}
.honor .bto li .img {
  width: 100%;
  height: 7.625rem;
  border: solid 0.0375rem #cfcfcd;
}
.honor .bto li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*  案例详情*/
.caseDetails {
  width: 100%;
  height: auto;
  margin: 0.475rem 0;
}
.caseDetails .top {
  position: relative;
  width: 100%;
  height: 10.7625rem;
}
.caseDetailsSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.caseDetailsSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseIntroduction {
  width: 100%;
  height: auto;
}

.caseIntroduction .text h6 {
  font-size: 0.4875rem;
  line-height: 0.65rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #3e3f3f;
  margin-bottom: 0.125rem;
}
.caseIntroduction .text .ls {
  font-size: 0.3625rem;
  line-height: 0.625rem;
  letter-spacing: 0.0375rem;
  color: #3e3f3f;
}
.caseIntroduction .text a {
  display: block;
  width: fit-content;
  font-size: 0.275rem;
  color: #000;
  background-color: #e5e5e5;
  height: 1.0625rem;
  line-height: 1.1875rem;
  text-align: center;
  padding: 0 6%;
  margin-left: 42%;
  margin-top: 2%;
}
