/* 公共样式 */
.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;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  position: relative;
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}

.common-tl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14%;
  text-align: center;
}
.section.active .common-tl h2 {
  transition: all 2s ease 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.section.active .common-tl p {
  transition: all 2s ease 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.common-tl h2 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000;
  transform: translateY(-100%);
  opacity: 0;
}
.common-tl p {
  font-size: 0.275rem;
  color: #000;
  margin-top: 0.1875rem;
  transform: translateY(-100%);
  opacity: 0;
}
.common-more {
  display: inline-block;
  width: 2.3rem;
  height: 0.625rem;
  background-color: #24c5f1;
  border-radius: 0.3125rem;
  font-size: 0.2rem;
  line-height: 0.625rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100%);
}
.section.active .common-more {
  transition: all 1s ease 0.7s;
  opacity: 1;
  transform: translateY(0);
}
.section,
.fp-tableCell {
  height: 100vh !important;
}

/*菜单导航  */

#menu {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(42, 42, 42, 0.16);
  z-index: 9999;

}
#menu .lt {
  flex: 1;
}
#menu .logo {
  display: inline-block;
  width: 2.625rem;
  height: auto;
  margin-right: 3rem;
}
#menu .logo img {
  width: 100%;
  height: 100%;
    object-fit: contain;
}
#menu .rt {
  width: 5.6375rem;
  height: 100%;
  //background-color: #e80500;
  padding: 0 2rem 0 0.875rem;
}
#menu .rt img {
  width: 0.325rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.2125rem;
}
#menu .rt span {
  font-size: 0.275rem;
  color: #000;
}
#menu .con {
  flex: 1;
  height: 100%;
}
#menu .con ul{
  height: 100%;
}
#menu .con a {
  font-size: 0.275rem;
  color: #000000;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .swiper-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  position: absolute;
  bottom: 3%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 9999;
  padding-right: 10%;
}
.header-pagination .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  opacity: 1 !important;
  font-size: 18px;
  color: #ffffff;
}
.header-pagination .swiper-pagination-bullet-active {
  color: #e40000 !important;
}
/* 第二屏  */
.about {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.about .img {
  width: 12rem;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s ease 0.3s;
}
.section2.active .img,
.section2.active .rt {
  opacity: 1;
  transform: translateX(0);
}
.about .rt {
  flex: 1;
    padding: .625rem 2rem 0 1.25rem;
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s ease 0.3s;
}
.about .rt .tl h2 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000000;
}
.about .rt .tl p {
  font-size: 0.275rem;
  color: #666666;
  margin-top: 0.1875rem;
}

.about .rt img {
  width: 0.5875rem;
  height: 0.5875rem;
  object-fit: cover;
}
.about .rt .text {
  font-size: 0.225rem;
  line-height: 0.675rem;
  color: #333333;
  height: 100%;
  margin-top: 0.5rem;
}
.section2.active .number {
  opacity: 1;
  bottom: 0.45rem;

  transition: all 1s ease 0.4s;
}
.number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0.0375rem 0.1rem 0.025rem rgba(42, 42, 42, 0.14);
  border-radius: 0.2375rem;
  height: 2.3rem;
  background: url(../img/ic4.png) center no-repeat;
  background-size: 15rem auto;
  background-color: #fff;
  opacity: 0;

  bottom: -50%;
}
.number ul {
  height: 100%;
  justify-content: space-around;
}
.number img {
  width: 0.625rem;
height: .625rem;
  object-fit: contain;
}
.number P {
  font-size: 0.4rem;
  color: #333333;
  margin-top: 0.1875rem;
}
.number li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* 第三屏 */
.product {
  width: 100%;
  height: 100%;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}
.section3.active .productSwiper {
  opacity: 1;
  transition: all 1s ease 0.4s;
  transform: translateY(45%);
}
.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(80%);
  opacity: 0;
}
.productSwiper .nu {
  position: absolute;
  right: 6%;
  top: 6%;
  z-index: 9999;
  font-size: 0.675rem;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}
.productSwiper .swiper-slide {
  position: relative;
  height: 6.4625rem;
  background: url(../img/ic5.png) no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 0.075rem 1.25rem 0.075rem 0.075rem;
}
.productSwiper .swiper-slide a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
    padding: 1.25rem 0.425rem  .1875rem 0.425rem;
}
.productSwiper h6 {
  font-size: 0.275rem;
  font-weight: normal;
  color: #000000;
  width: 100%;
}
.productSwiper .ls {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #333333;
}
.productSwiper  .minimg {
  width: 0.55rem;
  height: auto;
  object-fit: contain;
}
.productSwiper .swiper-slide .img{
width: 100%;
height: 3.8125rem;
}

.productSwiper .img  img{
width: 100%;
border-radius: 10px;
height: 100%;
}
.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

.product-button-next {
  cursor: pointer;
  width: 0.55rem;
  height: 0.55rem;
  background: url(../img/ic5-2.png) no-repeat;
  background-size: cover;
  margin-right: 0.875rem;
}
.product-button-prev {
  cursor: pointer;
  width: 0.55rem;
  height: 0.55rem;
  background: url(../img/ic5-3.png) no-repeat;
  background-size: cover;
}
.productSwiper .bto {
  justify-content: center;
  width: 100%;
  margin-top: 0.5625rem;
  height: auto;
}
/* 第四屏 */
.industry {
  width: 100%;
  height: 100%;
  background: url(../img/bg2.png) bottom no-repeat;
  background-size: cover;
}
.industrySwiper {
  width: 100%;
  height: auto;
  transform: translateY(80%);
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease 0.4s;
}
.section4.active .industrySwiper {
  transform: translateY(45%);
  opacity: 1;
}
.industrySwiper .swiper-slide {
  position: relative;
}
.industrySwiper .img {
  width: 100%;
  height: 7.45rem;
  object-fit: cover;
  vertical-align: bottom;
}
.industrySwiper .text,
.solutionInner-con li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 63, 137, 0.8);
  width: 100%;
}
.industrySwiper .text h6,
.solutionInner-con li h6 {
  text-align: center;
  font-size: 0.25rem;
  height: 0.65rem;
  font-weight: normal;
  line-height: 0.65rem;

  color: #ffffff;
}
.industrySwiper .text .ls {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  display: none;
}
.industrySwiper .swiper-slide-active .ls {
  display: block;
}
.industrySwiper .swiper-slide-active .text {
  //padding: 0 0.25rem 0 1.5rem;
  height: 2.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.industrySwiper .swiper-slide-active .text::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/ic6-1.png) no-repeat;
  background-size: cover;
}
.industrySwiper .rt {
  margin-left: 0.1rem;
}
.industrySwiper .swiper-slide-active h6 {
  text-align: left;
}

.industrySwiper .swiper-slide-active .text{
display: flex;
    align-items: center;
    justify-content: center;
}
/* 第五屏 */
.advantage {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg3.jpg) center no-repeat;
  background-size: cover;
  transform: translateY(10%);
}
.advantage .bg {
width: 8.8125rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, 80%);
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.section5.active .bg {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.advantage .tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 1s ease 0.4s;
}
.section5.active .tl {
  opacity: 1;
  transform: translateY(40%);
}
.advantage .tl p {
  font-size: 0.225rem;
  letter-spacing: 0.025rem;
  color: #696969;
}
.advantage .tl h6 {
  font-weight: normal;
  margin: 0.225rem 0 0.1875rem 0;
}
.advantage .tl h6 span {
  font-size: 0.5125rem;
  color: #292929;
}

.advantage .tl h6 i {
  font-size: 0.5125rem;
  font-weight: bold;
  color: #e80500;
}
.advantage .tl img {
  width: 4.4125rem;
  height: auto;
  object-fit: contain;
}

.advantage-con {
  width: 100%;
  height: auto;
}
.advantage-con .item {
  display: flex;
  align-items: center;
  width: 4.2375rem;
  padding: 0 0.1875rem;
  height: 1.075rem;
  background-color: #e4e4e4;
  border: dashed 1px #696969;
  font-size: 0.3125rem;
  color: #696969;
  position: absolute;
  opacity: 0;
}
.advantage-con .item1 {
top: 2.5rem;
  left: -50%;
  transition: all 1s ease 0.1s;
}
.section5.active .item1,
.section5.active .item3,
.section5.active .item5 {
  opacity: 1;
  left: 3.375rem;
}
.section5.active .item2,
.section5.active .item4,
.section5.active .item6 {
  opacity: 1;
  right: 14%;
}
.advantage-con .item2 {
  right: -50%;
top: 2.5rem;
  transition: all 1s ease 0.1s;
}
.advantage-con .item3 {
  left: -50%;
top: 5.25rem;
  transition: all 1s ease 0.2s;
}
.advantage-con .item4 {
  right: -50%;
top: 5.25rem;
  transition: all 1s ease 0.2s;
}
.advantage-con .item5 {
  left: -50%;
bottom: 2.4375rem;
  transition: all 1s ease 0.3s;
}
.advantage-con .item6 {
  right: -50%;
bottom: 2.4375rem;
  transition: all 1s ease 0.3s;
}
/* 第六屏 */
.news {
  width: 100%;
  height: 100%;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
}
.news .common-card {
  transform: translateY(20%);
}
.section6.active .rt,
.section6.active .lt {
  opacity: 1;
  transform: translateX(0);
}
.news .rt {
  width: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 1s ease 0.4s;
  transform: translateX(100%);
}
.news .lt {
  flex: 1;
  transition: all 1s ease 0.4s;
  transform: translateX(-50%);
}
.news .lt li {
  width: 7.25rem;
  height: auto;
  margin-right: 0.375rem;
  background-color: #fff;
}
.news .lt li:last-child {
  margin-right: 0;
}
.news li img {
  width: 100%;
  height: 4.725rem;
  object-fit: cover;
  vertical-align: bottom;
}
.news .text {
  padding: 0.25rem 0.4375rem 0.25rem 0.375rem;
}
.news .text h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #000000;
}
.news .text .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
  margin-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.news .text .time {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.1875rem;
}
.news .time span {
  display: inline-block;
  width: fit-content;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  background-color: #eeeeee;
  border-radius: 15px;
  font-size: 14px;
  color: #666666;
}
.news .time i {
  font-size: 14px;
  color: #666666;
}
.news .rt .tl {
  text-align: right;
}
.news .rt .tl h2 {
  font-size: 0.45rem;
  color: #000000;
}
.news .rt .tl P {
  font-size: 0.275rem;
  color: #666666;
  margin-top: 0.1875rem;
}
.news .rt .img {
  display: inline-block;
  width: 0.5875rem;
  margin-top: 0.6875rem;
}
.news .rt .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* 第七屏 */
.message {
  width: 100%;
  height: 100%;
  background: url(../img/bg5.png) center no-repeat;
  background-size: cover;
  background-color: rgba(14, 14, 14, 0.9);
}
.message .common-card {
  transform: translateY(20%);
}
.section7.active .tl,
.section7.active .message-con {
  opacity: 1;
  transform: translateY(0);
}
.message .tl {
  opacity: 0;
  transform: translateY(-50%);
  transition: all 1s ease 0.4s;
  margin-bottom: 1.125rem;
}
.message-con {
  transition: all 1s ease 0.4s;
  transform: translateY(50%);
  opacity: 0;
}
.message .tl h2 {
  font-size: 0.375rem;
  font-weight: bold;
  color: #ffffff;
}
.message .tl P {
  font-size: 0.2rem;
  color: #ffffff;
  margin-top: 0.125rem;
}
.message-con .form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.message-con .img {
  width: 5.925rem;
  height: auto;
  object-fit: contain;
}
.message-con .form input[type='text'] {
  width: 7.9rem;
  background-color: transparent;
  font-size: 0.2rem;
  color: #ffffff;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid rgba(247, 248, 248, 0.3);
  margin-bottom: 0.9625rem;
}
.message-con .form textarea {
  width: 7.9rem;
  font-size: 0.2rem;
  height: 0.5rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(247, 248, 248, 0.3);
  margin-top: 0.9625rem;
}
.message-con .form input[type='submit'] {
  width: 2.4125rem;
  height: 0.65rem;
  background-color: #e80500;
  border-radius: 0.325rem;
  border: solid 1px #ffffff;
  font-size: 0.2rem;
  line-height: 0.65rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.9375rem;
}
/* 第八屏 */
.footer {
  width: 100%;
  height: 100%;
  background: url(../img/bg6.png) no-repeat;
  background-size: cover;
}
.footer .common-card {
  transform: translateY(20%);
}
.section8.active .tl,
.section8.active ul,
.section8.active .bto {
  opacity: 1;
  transform: translateY(0);
}
.footer .tl {
  font-size: 0.9875rem;
  letter-spacing: 0.1375rem;
  color: #ffffff;
  opacity: 0;
  transition: all 1s ease 0.3s;
  text-align: center;
  transform: translateY(-50%);
}
.footer li img {
  width: 3.1875rem;
  object-fit: cover;
  height: 3.1875rem;
}
.footer li p {
  font-size: 0.275rem;
  color: #ffffff;
  margin-top: 0.1875rem;
  text-align: center;
}
.footer li a,
.footer li span {
  font-size: 0.2125rem;
  line-height: 0.7625rem;
  color: #ffffff;
}
.footer li {
  display: flex;
  flex-direction: column;
}

.footer ul {
  opacity: 0;
  transform: translateY(50%);
  transition: all 1s ease 0.4s;
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.footer .bto {
  position: absolute;
  bottom: 22%;
  font-size: 15px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  opacity: 0;
  transition: all 1s ease 0.6s;
  transform: translateY(50%);
}
/* innerMenu */
.innerMenu {
  //position: static !important;
 // box-shadow: none !important;
}

.banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
.about.inner {
  height: 10.875rem;
}
.about.inner .img,
.about.inner .rt {
  opacity: 1;
  transform: translateX(0);
}
.about.inner .number {
  opacity: 1;
  bottom: 0.45rem;
}
/* 公司风采 */
.demeanour {
  padding: 0.4375rem 0;
  width: 100%;
  height: auto;
}
.common-tl.inner {
  position: static;
  transform: translateX(0);
}
.common-tl.inner h2,
.common-tl.inner p {
  transform: translateY(0);
  opacity: 1;
}
.common-tl.gray p {
  color: #666666;
}
.demeanourSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.2125rem;
}
.demeanourSwiper img {
  height: 5.125rem;
  object-fit: cover;
  width: 100%;
}
.demeanourSwiper .bto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.demeanour-button-next {
  cursor: pointer;
  width: 0.6625rem;
  height: 0.6375rem;
  background: url(../img/ic14.png) center no-repeat;
  background-size: cover;
  margin-right: 0.4375rem;
}
.demeanour-button-prev {
  cursor: pointer;
  width: 0.6625rem;
  height: 0.6375rem;
  background: url(../img/ic14-1.png) center no-repeat;
  background-size: cover;
}
/* 发展历程 */
.course {
  width: 100%;
  height: auto;
  //  display: none;
  background: url(../img/bg7.png) no-repeat;
  background-size: cover;
  padding: 0.75rem 0 1.75rem 0;
}

.courseSwiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: url(../img/ic12-3.png) center no-repeat;
  background-size: contain;
  margin-top: 1.25rem;
}
.courseSwiper .text {
  height: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.courseSwiper .time {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}
.courseSwiper .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
}

.courseSwiper .text.active {
  flex-direction: column-reverse;
}
.courseSwiper .text div {
  height: calc((100% / 3));
}

.courseSwiper .dot {
  display: flex;
  align-items: center;
  width: 0.5125rem !important;
  justify-content: center;
  height: 0.5125rem !important;
  border-radius: 50%;
  background-color: rgba(248, 244, 244, 0.2);
}
.courseSwiper .dot::after {
  display: block;
  content: '';
  width: 0.2625rem;
  border-radius: 50%;
  background-color: #fff;
  height: 0.275rem;
}
/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: 0.425rem 0 0.375rem 0;
}
.culture ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.375rem;
}
.culture ul li {
  position: relative;
  width: calc((100% - 0.1875rem) / 4);
  margin-right: 0.0625rem;
  height: 8.9125rem;
}
.culture ul li:last-child {
  margin-right: 0;
}
.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.culture .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.culture .text h6 {
  font-size: 0.25rem;
  color: #ffffff;
}
.culture .text .ls {
  font-size: 0.25rem;
  line-height: 0.6rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.1875rem;
}
.footer.inner {
  padding-top: 1.125rem;
}
.footer.inner .tl,
.footer.inner ul,
.footer.inner .bto,
.footer.inner .common-card,
.message.inner .tl,
.message.inner .message-con,
.message.inner .common-card {
  opacity: 1;
  transform: translateY(0);
}
.footer.inner .bto {
  position: static;
  padding: 0.1875rem 0;
}
/* 内页产品 */
.innerProduct {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.25rem 0 0.5rem 0;
}
.innerProduct ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.875rem;
}
.innerProduct ul li {
  width: calc((100% - 0.3rem) / 3);
  height: 7.1875rem;
  background-color: #ffffff;
  background: url(../img/ic5.png) no-repeat;
  background-size: cover;
  margin: 0 0.15rem 0.2125rem 0;
  border-radius: 0.075rem 1.25rem 0.075rem 0.075rem;
}
.innerProduct ul li:nth-child(3n) {
  margin-right: 0;
}
.innerProduct ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: space-between;
  padding: 1.375rem 0.4375rem 0.5rem 0.4375rem;
}
.innerProduct li h6 {
  font-size: 0.3rem;
  font-weight: normal;
  width: 100%;
  color: #000000;
}
.innerProduct li .ls {
  font-size: 0.25rem;
  line-height: 0.7125rem;
  color: #333333;
}
.innerProduct li  .minimg {
  width: 0.6125rem;
  height: 0.6125rem;
  object-fit: cover;
}
.innerProduct li  .img  {
width: 100%;
   height: 3.8125rem;
}
.innerProduct li  .img   img{
width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.innerProduct .nu {
  position: absolute;
  right: 6%;
  top: 6%;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.425rem 0;
}
.productDetails .tl {
  font-size: 0.45rem;
  text-align: center;
  color: #000000;
}
.productDetails .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.425rem 0 0.25rem 0;
}
.productDetails .nav .item {
  width: fit-content;
  padding: 0 0.1875rem;
  height: 0.6125rem;
  background-color: #918d8d;
  cursor: pointer;
  font-size: 0.25rem;
  text-align: center;
  line-height: 0.6125rem;
  color: #ffffff;
}
.productDetails .nav .item.active {
  background-color: #e20000;
}
.productList .item {
  display: none;
}
.productList .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.4375rem 0;
}

.contact-con .top {
  width: 100%;
  height: 5.2625rem;
  margin: 0.375rem 0 0.25rem 0;
}
.contact-con .top img {
  width: 12.3625rem;
  object-fit: cover;
  height: 100%;
}
.contact-con .top .text {
  font-size: 0.25rem;
  flex: 1;
  line-height: 0.7625rem;
  height: 100%;
  background-color: #e60000;
  color: #ffffff;
  padding: 0.75rem 0.5625rem;
}
#map {
  width: 100%;
  height: 7.7rem;

  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.13);
}
.BMap_bubble_title {
  font-size: 16px;
}
.BMap_bubble_content {
  font-size: 14px;
}
.message.inner {
  padding: 1.25rem 0 1.5rem 0;
}
/* 新闻资讯 */
.newsInformation {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.4375rem 0;
}
.information-con .top {
  margin: 0.625rem 0 0.375rem 0;
}
.information-con .top img {
  width: 9.7rem;
  height: 4.25rem;
  object-fit: cover;
  margin-right: 0.3125rem;
}

.information-con .text h6 {
  font-size: 0.2625rem;
  width: 100%;
  font-weight: normal;
  color: #000000;
}
.information-con .text .ls {
    width: 100%;
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
}
.information-con .time span {
  font-size: 0.3875rem;
  color: #666666;
}
.information-con .time i {
  font-size: 0.2rem;
  color: #666666;
}
.information-con .more {
  width: 1.4rem;
  height: 0.475rem;
  line-height: 0.475rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.2125rem;
  text-align: center;
  color: #000000;
}
.information-con .top .ls {
  margin: 0.375rem 0;
}
.information-con .top .time {
  border-top: 1px solid #d0d0d0;
  padding-top: 0.3125rem;
}
.information-con li {
  width: 100%;
  height: auto;
  margin-bottom: 0.1875rem;
}
.information-con li a {
  padding: 0.625rem 0.2875rem 0.3125rem 0.3125rem;
}
.information-con li .time {
  width: 10%;
  margin-right: 0.5rem;
}
.information-con li .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
.information-con li .ls {
  margin: 0.125rem 0;
}
.information-con li:hover {
  background-color: #eeecec;
  box-shadow: 0px 0.075rem 0.1875rem 0.0125rem rgba(0, 0, 0, 0.17);
  border-radius: 0.25rem;
}

.newsDetails {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.common-tl.inner .time {
  font-size: 0.2rem;
  text-align: center;
  color: #999999;
  margin: 0.3125rem 0;
}

.newsDetails-con {
  font-size: 0.225rem;
  border-top: 1px solid #eeeeee;
  color: #333333;
  line-height: 0.6875rem;
  padding-top: 0.25rem;
}
/* 行业解决方案 */
.solutionInner {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.4375rem 0;
}
.solutionInner-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
.solutionInner-con li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.solutionInner-con li {
  width: calc((100% - 0.225rem) / 3);
  margin: 0 0.1125rem 0.2125rem 0;
}
.solutionInner-con li:nth-child(3n) {
  margin-right: 0;
}
.solutionInner-con li img {
  width: 100%;
  height: 7.75rem;
  object-fit: cover;
  vertical-align: bottom;
}
.solutionInner-con li .ls {
  display: none;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
}
.solutionInner-con li:hover .text {
    display: flex;
    align-items: center;
    justify-content: center;

  height: 2.8125rem;
  background-color: #1f3d85;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(29, 63, 137, 0.8);
// padding: 0.625rem 0.2375rem 0.625rem 1.875rem;
}
.solutionInner-con li:hover .ls {
  display: block;
}
.solutionInner-con li:hover h6 {
  text-align: left;
}
.productDetails-tl {
  width: 100%;
  height: 0.5625rem;
  background-color: #fff;
}
.productDetails-tl > div {
  width: fit-content;
  padding: 0 10px;
  font-size: 0.25rem;
  color: #fff;
  text-align: center;
  line-height: 0.5625rem;
 background-color: red;
}

.property {
  font-size: 0.225rem;
  line-height: 0.5625rem;
    background: #fff;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 5px;
}
.productDetails .tl{
   margin: 0  0 20px 0;

}
table tr,table{
       width: 100% !important;
}
table td {
    text-align: center;
}
sub{
    vertical-align: super;
}

table tr:first-child td {
  background-color: red;
  color: #fff;
}
.about .rt.index{
  padding: 1.5rem 2rem 0 1.25rem;

}

/* 一级下拉菜单 */
#menu ul> li {
  position: relative;
line-height: 1.1rem;
}
.pullDown-con{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}



.pullDown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
top: 1.1rem;
  width: auto;
  height: auto;
  background-color: rgba(251, 246, 246, 0.9);
  box-shadow: 0 .05rem .125rem 0 #ccc;
  padding: .125rem;
  border-radius: .0625rem;
}

.pullDown-con a {
  white-space: nowrap;
  display: inline-block;
line-height: .5rem;
}


  .nav {
    width: 100%;
    height: .75rem;
    background-color: #eee;
    border-bottom: 2px solid #ffff;
  }

  .nav a {
    font-size: .225rem;
    color: #000;
    margin-right: .125rem;
 transition: all 0.3s;
  }

  .nav a:hover,
  .nav a.active {
    color: red;
  }