/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.common-card {
  position: relative;
  width: 21.25rem;
  height: 100%;
  margin: 0 auto;
}

.common-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13%;
  text-align: center;
}
.section.active .common-card h2 {
  transition: all 2s ease 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.section.active .common-card h4 {
  transition: all 2s ease 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.common-title h2 {
  font-size: 0.375rem;
  color: #333333;
  transform: translateY(-100%);
  opacity: 0;
}
.common-title h4 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #000;
  margin-top: 0.225rem;
  transform: translateY(-100%);
  opacity: 0;
}
.common-more {
  display: inline-block;
  width: 1.4125rem;
  height: 0.35rem;
  background-color: #e60012;
  border-radius: 0.175rem;
  font-size: 0.175rem;
  line-height: 0.35rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100%);
}
.section.active .common-more {
  transition: all 1s ease 0.3s;
  opacity: 1;
  transform: translateY(0);
}

/*菜单导航  */

#menu {
  position: fixed;
  width: 100%;
  height: 1.375rem;
  z-index: 9999;
}
#menu.active {
  background-color: #fff;
  transition: all 0.3s;
}
#menu .common-card {
  position: relative;
}
#menu .logo {
  display: inline-block;
  width: 3.5rem;
  height: 0.75rem;
  margin-right: 1.525rem;
}
#menu .logo img {
  width: 100%;
  height: 100%;
    object-fit: contain;
}
#menu .con {
  flex: 1;
}
#menu .con ul li {
  position: relative;
}
#menu .con ul li> a {
  font-size: 0.275rem;
  color: #000000;
}
#menu .con ul img {
  width: 0.3625rem;
  cursor: pointer;
  height: 0.3625rem;
  object-fit: cover;
}

#menu .form {
  display: none;
  position: absolute;
  right: 0;
  top: 1.375rem;
  width: 4.375rem;
  height: auto;
  padding: 0.375rem 0.1875rem 0.1875rem 0.1875rem;
  background-color: #fff;
}
#menu .form > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#menu .form input[type='text'] {
  width: 100%;
  height: 0.4375rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.4375rem;
  padding-left: 0.125rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  margin-right: 0.25rem;
}
#menu .form input[type='submit'] {
  background-image: url(../img/icon1.png);
  width: 0.3625rem;
  height: 0.3625rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu .close {
  position: absolute;
  right: -0.375rem;
  top: -0.5625rem;
  border: 1px solid #000;
  border-radius: 50%;
}
#menu .close div {
  cursor: pointer;
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
}

#menu .close div:before,
#menu .close div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  width: 2px;
  background: black;
}
#menu .close div:before {
  transform: rotate(45deg);
}
#menu .close div:after {
  transform: rotate(130deg);
}

/* <!-- 轮播 --> */

.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  vertical-align: bottom;
}

.bannernum {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3%;
  z-index: 9;
  right: -5%;
  transform: translateX(-50%);
}

.bannernums .br {
  display: none;
  position: relative;
  width: 125px;
  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: #e7141a;
  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: #e7141a;
  border: 2px solid rgba(239, 237, 237, 0.8);
  border-radius: 50%;
}

@keyframes grow {
  to {
    width: 125px;
  }
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.375rem;
  transition: all 3s;
  cursor: pointer;
}

.section3 .bg {
  position: absolute;
  top: 15%;
  left: -50%;
  width: 16.1125rem;
  height: 9.1875rem;
  object-fit: cover;
  opacity: 0;
}
.section3.active .bg {
  transition: all 2s ease 0.3s;
  left: 0;
  opacity: 1;
}
.section3 .rt {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -50%;
  width: 9.575rem;
  height: auto;
  background-color: #fefefe;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 0.1875rem solid #e7141a;
  padding-top: 0.325rem;
  opacity: 0;
}
.section3.active .rt {
  transition: all 2s ease 0.3s;
  right: 0;
  opacity: 1;
}
.section3 .rt h6 {
  font-size: 0.375rem;
  font-weight: bold;
  color: #000000;
  padding-left: 0.5625rem;
}
.section3 .rt img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: cover;
  margin-left: 93%;
}
.section3 .rt .text {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #333333;
  margin: 0.875rem 0;
  padding: 0 0.225rem 0 0.5625rem;
}
.common-number {
  width: 100%;
  height: 1.5125rem;
  background-color: #ffffff;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.14);
}
.common-number ul {
  height: 100%;
}
.common-number ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 100%;
  border-right: 1px solid #e5e5e5;
}
.common-number ul li:last-child {
  border-right: none;
}
.common-number ul span {
  font-size: 0.45rem;
  font-weight: bold;
  color: #323232;
}
.common-number ul i {
  font-size: 0.15rem;
  color: #323232;
}
.common-number ul h5 {
  font-size: 0.15rem;
  color: #323232;
  margin-top: 0.0625rem;
}
.common-number ul li:hover {
  background-color: #e60012;
}
.common-number ul li:hover span,
.common-number ul li:hover h5,
.common-number ul li:hover i {
  color: #fff;
}

.section,
.fp-tableCell {
  width: 100%;
  height: 100vh !important;
}
.section {
  background-repeat: no-repeat;
  background-size: cover;
}
.section2 {
  background-image: url(../img/bg1.png);
}
.section2Swiper {
  position: absolute;
  top: 14%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section2Swiper .small {
  width: 6.9rem;
  height: 9.4375rem;
  object-fit: cover;
  transform: translateX(-100%);
  opacity: 0;
}
.section2.active .small {
  opacity: 1;
  transition: all 1s ease 0.3s;
  transform: translateX(0);
}
.section2Swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.section2Swiper .big {
  position: relative;
  flex: 1;
  margin-left: 0.2125rem;
}
.section2Swiper .big > img {
  width: 100%;
  height: 9.4375rem;
  object-fit: cover;
  vertical-align: middle;
  transform: translateX(100%);
  opacity: 0;
}

.section2.active .big > img {
  opacity: 1;
  transition: all 1s ease 0.3s;
  transform: translateX(0);
}
.section2Swiper .big .text {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 4.225rem;
  opacity: 0;
  height: auto;
  background-color: rgba(248, 245, 245, 0.9);
  padding:2%;
}

.section2.active .big .text {
  opacity: 1;
  transition: all 1s ease 0.5s;
  left: 0;
}

.section2Swiper .big .text h6 {
  font-size: 0.3rem;
  color: #545454;
}
.section2Swiper .big .text a {
  font-size: 0.25rem;
  line-height: 0.75rem;
  color: #545454;
    width: 100%;
    text-align: center;
}
.section2Swiper .big .text img {
  width: 0.3625rem;
  height: 0.3625rem;
  object-fit: cover;
  margin-top: 0.125rem;
}

.section2-button-prev {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  background-image: url(../img/icon6.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section4 {
  background-image: url(../img/bg2.png);
}
.section4Swiper {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 0;
}
.section4.active .section4Swiper {
  opacity: 1;
  transition: all 1s ease 0.5s;
  top: 32%;
}

.section4Swiper img {
  width: 5.225rem;
 //height: 6.875rem;
 height: auot;
  object-fit: cover;
  vertical-align: bottom;
}
.section4Swiper .name {
  position: relative;
  width: 5.225rem;
  height: 0.875rem;
  font-size: 0.2rem;
  line-height: 0.875rem;
  padding: 0 0.375rem 0 0.3rem;
  color: #000000;
  background-color: #fff;
}
.section4Swiper .name::before {
  position: absolute;
  display: block;
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  background-image: url(../img/icon17.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.section4-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3125rem;
}
.section4-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #e7141a;
  border-radius: 50%;
  opacity: 1;
}
.section4-pagination .swiper-pagination-bullet-active {
  background-color: #3a3a3a !important;
}

.section5 {
  background-image: url(../img/bg3.png);
  background-position-y: 45%;
}
.section5 .rt {
  position: absolute;
  left: 0;
  top: 28%;
  width: 10.675rem;
  height: auto;
  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  z-index: 2;
}

.section5 .rtimg {
  display: none;
  position: absolute;
  right: 0;
  width: 16.35rem;
  height: 9.4375rem;
  object-fit: cover;
  top: 14%;
}
.section51Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section51Swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 2.45rem;
  height: 1.9125rem;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
  border: solid 2px #e5e5e5;
}
.section51Swiper .swiper-slide p {
  font-size: 0.3rem;
  color: #000000;
  margin-top: 0.1625rem;
}
.section51Swiper .swiper-slide img {
  width: 0.7375rem;
  height: auto;
  object-fit: contain;
}
.section51Swiper .swiper-slide .active {
  display: none;
}
.section51Swiper .swiper-slide-thumb-active {
  background-color: #e7141a;
}
.section51Swiper .swiper-slide-thumb-active .active {
  display: block;
}
.section51Swiper .swiper-slide-thumb-active p {
  color: #fff;
}
.section51Swiper .swiper-slide-thumb-active .default {
  display: none;
}
.section52Swiper {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.section52Swiper .text h6 {
  font-size: 0.3rem;
  padding-left: 0.475rem;
  color: #000000;
  margin-bottom: 0.0625rem;
  margin-top: 0.75rem;
}
.section52Swiper .text .ls {
  font-size: 0.25rem;
  line-height: 0.75rem;
  color: #484848;
  padding: 0 0.6875rem 0.375rem 0.475rem;
}

.section6 {
  background-image: url(../img/bg4.png);
}
.section6 .con {
  position: absolute;
  top: 26%;
    z-index: 2;
}
.section6 .con .lt {
  position: relative;
  flex: 1;
  opacity: 0;
  transform: translateX(-50%);
}
.section6.active .con .lt {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease 0.3s;
}
.section6 .con .lt > img {
  width: 100%;
  height: 7.575rem;
  object-fit: cover;
}

.section6 .con .lt .text h6 {
  font-size: 0.225rem;

  color: #ffffff;
}
.section6 .con .lt .text .ls {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #ffffff;
}
.section6 .con .rt {
  width: 9.15rem;
  opacity: 0;
  height: 7.575rem;
  transform: translateX(50%);
  margin-left: 0.2875rem;
}

.section6.active .con .rt {
  opacity: 1;
  display: flex;
  flex-direction: column;

  transform: translateX(0);
  transition: all 1s ease 0.3s;
}
.section6 .con .rt > img {
  height: 3.9125rem;
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
}
.section6 .con .rt .text {
  flex: 1;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
  padding: 0.4rem 0.625rem 0.2rem 0.4375rem;
}
.section6 .con .rt .text h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #484848;
  margin-bottom: 0.175rem;
}
.section6 .con .rt .text .ls {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #666666;
}
.section6 .con .rt .text a {
  display: inline-block;
  width: 1.375rem;
  height: 0.45rem;
  text-align: center;
  background-color: #e7141a;
  border-radius: 0.225rem;
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #ffffff;
  margin-top: 0.25rem;
}
.section6 .con .lt h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.section6 .con .lt .ls {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #ffffff;
}
.section6 .con .lt .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.775rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5625rem 0.3rem 0.375rem 0.625rem;
}

.footer {
  background-image: url(../img/bg5.png);
}
.section7 .top {
  position: absolute;
  width: 100%;
  top: -50%;
  opacity: 0;
}
.section7.active .top {
  transition: all 1s ease 0.3s;
  opacity: 1;
  top: 17%;
}
.footer .top ul {
  display: flex;
  justify-content: space-between;
}
.footer .top ul p {
  font-size: 0.275rem;

  line-height: 0.325rem;

  color: #000000;
}
.footer .top ul a,
.footer .top ul span {
  font-size: 0.2125rem;
  line-height: 0.775rem;
  color: #7e7e7e;
}
.footer .top ul i {
  font-size: 0.225rem;

  color: #000000;
}
.footer .top .qr {
  margin-top: 0.375rem;
}
.footer .top .qr img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
  margin-bottom: 0.2125rem;
}

.footer .top .qr .item:first-child {
  margin-right: 1rem;
}
.footer .top ul li {
  display: flex;
  flex-direction: column;
}
.section7 .form input[type='text'],
.section7 .form input[type='email'],
.section7 .form input[type='submit'] {
  width: 4.3875rem;
  height: 0.7875rem;
  font-size: 0.175rem;
  line-height: 0.7875rem;
  padding-left: 0.25rem;
  color: #000000;
  margin-bottom: 0.275rem;
}
.section7 .form {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  opacity: 0;
}
.section7.active .form {
  transition: all 1s ease 0.3s;
  opacity: 1;
  bottom: 10%;
}
.section7 .form .lt {
  width: 9.0375rem;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0.25rem;
}
.section7 .form input[type='submit'] {
  background-color: #e7141a;
  font-size: 0.225rem;
  text-align: center;
  color: #ffffff;
}
.section7 .form textarea {
  flex: 1;
  height: 1.8375rem;
  background-color: #fff;
  font-size: 0.175rem;
  padding: 0.2875rem 0 0 0.25rem;
  color: #000000;
}
.section7 .form form {
  display: flex;
}
.section7 .bto {
  position: absolute;
  bottom: -30%;
  width: 100%;
  font-size: 0.2rem;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  color: #000000;
  line-height: 1rem;
  opacity: 0;
}
.section7.active .bto {
  transition: all 1s ease 0.4s;
  opacity: 1;
  bottom: 0;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.insideMenu {
  position: static !important;
}
.footer.inside .bto {
  font-size: 0.2rem;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  color: #000000;
  line-height: 1rem;
}
.footer.inside {
  padding-top: 0.4125rem;
}

/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding-bottom: 0.5rem;
}
.productDetails .top {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0.1625rem 1.125rem 0.225rem 0.125rem;
}
.productDetails .top .left {
  width: 9.8125rem;
  height: 7.2375rem;
  margin-right: 0.75rem;
}
.productDetails .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetails .top .text {
  flex: 1;
}
.productDetails .top .text h6 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 0.1875rem;
}

.productDetails .top .text .ls {
  font-size: 0.2rem;
  line-height: 0.5875rem;
  color: #666666;
  margin-bottom: 0.375rem;
}

.productDetails .top .bto .item {
  width: 2.7125rem;
  height: 2.0375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-bottom: 0.1rem solid #ff0000;
  font-size: 0.2125rem;
  line-height: 0.375rem;
  text-align: center;
  color: #000000;
}

.detailsTitle {
  width: 100%;
  height: 0.7125rem;
  background-color: #fff;
  margin: 0.1875rem 0;
  display: flex;
  align-items: center;
}
.detailsTitle span {
  display: inline-block;
  width: auto;
  background-color: #ff0000;
  height: 0.7125rem;
  font-size: 0.3rem;
  line-height: 0.7125rem;
  padding: 0 0.25rem;
  text-align: center;
  color: #ffffff;
}
.technical {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
}
.accessories {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.accessoriesItem {
  display: flex;
  align-items: center;
}
.accessoriesItem li {
  margin-right: 0.125rem;
  width: 5.225rem;
  height: auto;
}
.accessories img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.accessoriesItem .name {
  width: 100%;
  height: 0.875rem;
  line-height: 0.875rem;
  background-color: #fff;
  font-size: 0.2rem;
  padding: 0 0.375rem 0 0.1875rem;
  color: #000000;
  position: relative;
}
.accessoriesItem .name::before {
  position: absolute;
  display: block;
  content: '';
  width: 0.3125rem;
  height: 0.3125rem;
  background-image: url(../img/icon17.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

.insideAbout {
  padding-top: 0.5rem;
}
.insideAbout .top {
  margin-top: 0.625rem;
}

.navigation {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.25rem;
}
.navigation span,
.navigation a {
  font-size: 0.2rem;
  color: #000000;
}
.navigation a.active {
  color: #009944;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  padding: 0.275rem 0;
  background-color: #f4f4f4;
}
.inside-title {
  text-align: center;
}
.inside-title h2 {
  font-size: 0.375rem;
  color: #000000;
}

.inside-title h4 {
  font-size: 0.225rem;
  color: #000000;
  font-weight: normal;
  margin-top: 0.2375rem;
}
.productCenter .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2375rem 0 0.3625rem 0;
}
.productCenter .nav a {
  display: inline-block;
  width: 2.4125rem;
  height: 0.6375rem;
  background-color: #949494;
  border-radius: 0.325rem;
  font-size: 0.2625rem;
  line-height: 0.6375rem;
  text-align: center;
  margin-right: 0.35rem;
  color: #ffffff;
}
.productCenter .nav a.active {
  background-color: #e60012;
}
.pullDown .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pullDown {
  display: none;
}
.pullDown a {
  display: inline-block;
  font-size: 0.2625rem;
  line-height: 0.25rem;
  border-right: 1px solid #000;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
}
.pullDown a:last-child {
  border-right: none;
}
.pullDown a.active {
  color: #ff0000;
}
.pullDown a:hover {
  color: #ff0000;
}
.productCenter-con {
  margin-top: 0.2125rem;
}
.productCenter-con .accessoriesItem,
.companyEquipment-con .accessoriesItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.productCenter-con .accessoriesItem li {
  margin-bottom: 0.2625rem;
  margin-right: 0.1125rem;
}
.productCenter-con .accessoriesItem li:nth-child(4n) {
  margin-right: 0;
}
/* 公司设备 */
.companyEquipment {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.275rem 0;
}
.companyEquipment-con {
  margin-top: 0.3125rem;
}
.companyEquipment-con li img {
  height: 4.5375rem;
}
.companyEquipment-con li {
  margin: 0 0.1125rem 0.2875rem 0;
}
.companyEquipment-con li:nth-child(4n) {
  margin-right: 0;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.aboutUs .bg {
  width: 16.15rem;
  height: 9.525rem;
  object-fit: cover;
}
.aboutUs .text h6 {
  font-size: 0.375rem;
  color: #000000;
  padding-left: 0.375rem;
}
.aboutUs .text .ls {
  font-size: 0.175rem;
  line-height: 0.45rem;
  color: #333333;
  padding: 0 0.375rem;
  margin: 0.5rem 0 0.375rem 0;
}
.aboutUs .text {
  position: absolute;
  right: 0;
  top: -4%;
  width: 9.575rem;
  height: auto;
  background-color: #fefefe;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 0.1875rem solid #ff0000;
  padding-top: 0.25rem;
}

/* 企业文化 */
.enterprise {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.375rem 0;
}
.enterprise-con {
  width: 100%;
  height: auto;
  background-image: url(../img/icon24.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.25rem;
}
.enterprise-con ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.25rem;
  height: 7.0625rem;
  margin-right: 0.05rem;
  padding-top: 2.1rem;
}
.enterprise-con ul li:last-child {
  margin-right: 0;
}
.enterprise-con ul h6 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s;
}
.enterprise-con ul .ls {
  font-size: 0.2rem;
  line-height: 0.5625rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.enterprise-con ul li:hover h6 {
  transform: scale(1.4);
  letter-spacing: 4px;
}
.enterprise-con ul li:hover .ls {
  transform: scale(1.2);
  letter-spacing: 1px;
  margin-top: 30px;
}

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding-top: 0.5rem;
}
.contactUs .top .item .text {
  flex: 1;
}
.contactUs .top .item .logo {
  display: inline-block;
  width: 3.5rem;
  height: 0.75rem;
  margin-bottom: 0.375rem;
}
.contactUs .top .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactUs .top .item {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.225rem;
  margin-bottom: 0.2125rem;
  padding: 0.25rem;
}
.contactUs .top .item h6 {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000000;
}
.contactUs .top .item .ls {
  font-size: 0.3rem;
  line-height: 0.625rem;
  color: #000000;
  margin-top: 0.1875rem;
}
#map {
  width: 13.8875rem;
  height: 6.7875rem;
}

.BMap_bubble_title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.BMap_bubble_content {
  font-size: 14px;
}

.contact-con {
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
}

.contact-con h6 {
  font-size: 0.325rem;
  line-height: 35px;
  color: #656565;
  text-align: center;
  margin: 0 0 0.75rem 0;
}

.contact-con .form input[type='text'] {
  width: 9.6625rem;
  height: 0.975rem;
  line-height: 0.975rem;
  background-color: #ffffff;
  border: solid 0.0125rem #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.2375rem;
}

.contact-con .form input[type='submit'] {
  width: 9.7125rem;
  height: 0.8625rem;
  line-height: 0.8625rem;
  background-color: #e62129;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  color: #ffffff;
  margin-top: 0.25rem;
}

.contact-con .form textarea {
  width: 100%;
  height: 4.9rem;
  background-color: #ffffff;
  border: solid 0.0125rem #d2d2d2;
  font-size: 0.2rem;
  padding: 0.4rem 0 0 0.2375rem;
  color: #656565;
}

.contact-con .form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

/* 企业资质 */
.qualification {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}

.qualification-con {
  margin-top: 0.4375rem;
}
.qualification-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.qualification-con ul li {
  width: 4.15rem;
  height: auto;
  margin: 0 0.125rem 0.175rem 0;
}
.qualification-con ul li:nth-child(5n) {
  margin-right: 0;
}
.qualification-con ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 0.375rem 0;
}
.news-con {
  margin-top: 0.4375rem;
}
.news-con .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-con ul li {
  width: 10.5125rem;
  height: 2.725rem;
  background-color: #fff;
  margin: 0 0.225rem 0.3375rem 0;
  padding: 0.275rem 0.25rem 0.25rem 0.25rem;
}
.news-con ul li:nth-child(2n) {
  margin-right: 0;
}
.news-con ul .top h6 {
  font-size: 0.2rem;
  color: #000;
}
.news-con ul .top .time span {
  font-size: 0.175rem;
  color: #333333;
}
.news-con ul .top .time i {
  font-size: 0.3rem;
  color: #333333;
}
.news-con ul .ls {
  font-size: 0.175rem;
  line-height: 0.375rem;
  color: #333333;
}

/* 新闻详情 */
.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.375rem;
  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: 16px;
  line-height: 48px;
  color: #000000;
  padding: 0 2%;
  margin-top: 20px;
}


table ,table td,table tr{
    border: 1px solid #000;
    background: #fff !important;
height:auto !important;
}
table td{
padding:0 10px;
}
table tr:nth-child(1)  td .font1{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

table tr:nth-child(1)  td .font4{
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: center;
}





 .section4Swiper   .swiper-slide {
  
      height: calc((100% - 30px) / 2) !important;

   //   display: flex;
   //   justify-content: center;
  //    align-items: center;
    }


/* =-========== */
.pull-down {
  display: none;
  position: absolute;
  top: 0.3625rem;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: auto;
}
.pull-down a {
  white-space: nowrap;
  font-size: 0.225rem;
  line-height: 0.375rem;
}
.pull-down .down {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.125rem 0.25rem;
  border-radius: 0.1875rem;
  background: rgba(252, 251, 251, 0.8);
}



