* {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  cursor: pointer;
}
/* a:hover {sectionChange
  color: #d60110;
} */

.select2-selection {
  width: 100px !important;
}

.select2-dropdown{
  width: 100px !important;
}

.select2-selection__arrow {
  right: 0;
  left: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.img-flag {
  width: 20px;
  height: 16px;
}

.default {
  background-color: #f8f8f8;
}
.header {
  background-color: #fff;
}
.headerTop {
  height: 5.4rem;
  background-color: #eaeaea;
}
.headerTopContent {
  width: 1200px;
  height: 5.4rem;
  line-height: 5.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.headerTopContentLeft {
  font-size: 1.3rem;
}
.headerTopContentRight {
  width: 12rem;
  display: flex;
  align-items: center;
}
.nav {
  margin: 0 auto;
  width: 1200px;
  height: 9.5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobileNav {
  display: none;
  width: 20rem;
  font-size: 4rem;
  line-height: 9.5rem;
  text-align: end;
}

.navbar-items {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-bottom: 1.2rem;
  opacity: 0;
}

.bi-search {
  font-size: 16px;
}

.navbar-items li {
  list-style: none;
  font-size: 2.3rem;
  line-height: 30px;
}

.navbar-items li a {
  color: #000;
}

.navbar-items li a:hover {
  color: #d60110;
}

.navbar-items > li {
  border-bottom: 1px solid #ccc;
}

.navbar-items.show {
  max-height: 800px;
  opacity: 1;
}
.sub-menu {
  transition: all 0.1s ease-out;
  /* max-height: 0; */
  opacity: 1;
  display: none;
}

.sub-menu.expand {
  max-height: 500px;
  opacity: 1;
  padding: 0 20px;
  display: block;
}

.logo {
  width: 22rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.logoImg {
  width: 22rem;
}

.navLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.navLink .navBar {
  padding: 0 2.4rem;
  font-size: 1.7rem;
  cursor: pointer;
  position: relative;
  line-height: 9.5rem;
  font-weight: 400;
}

.navLink .navBar:hover .navChild {
  max-height: 500px;
  opacity: 1;
  z-index: 9;
}
.navBar a {
  color: #000;
}

.navBar .navChild {
  left: 0;
  top: 100%;
  width: 35rem;
  position: absolute !important;
  max-height: 0;
  transition: all 0.3s ease-out;
  background-color: #ffffffed;
  z-index: -1;
  border-top: 1px solid #d60110;
  opacity: 0;
}

.navChild {
  line-height: normal !important;
  padding: 0.4rem 2rem !important;
  line-height: 5rem !important;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}
.navChild div:hover {
  color: #d60110;
}

.navChild:last-child {
  border-bottom: none;
}

.navChildPro {
  width: 1200px !important;
  left: -390px !important;
}

.navChildProduct {
  display: flex;
}

.navChildProduct a {
  flex: 1;
  font-size: 1.8rem;
}
.navChildProductChild {
  display: flex;
  border-top: 2px solid #d3d3d3;
}

.navChildProList {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 子集显示和隐藏 */
.navChildProList .navChildren .chilrenList {
  font-size: 1.6rem;
  display: none;
}

.navChildProList .navChildren:hover .chilrenList {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}

.navChildProList .navChildren:hover .navLine {
  width: 10rem;
  height: 0.1rem;
  background: #000000;
}

/* 上下箭头 */
.navChildProList .navChildren .navA {
  display: flex;
  align-items: center;
}

.navChildProList .navChildren .navA:hover .topArrow {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #d60110;
  border-right: 0.2rem solid #d60110;
  transform: rotate(-45deg);
  margin-left: 2rem;
  margin-top: 0.5rem;
}

.navChildProList .navChildren .topArrow {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000000;
  border-right: 0.2rem solid #000000;
  transform: rotate(135deg);
  margin-left: 2rem;
}

.navChildProList a {
  font-size: 1.6rem;
}

.navChildPro div:hover {
  color: inherit;
}

.navChildProList a:hover {
  color: #d60110 !important;
}

.search {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.select > a {
  color: #d60110;
}

.navBar a {
  text-decoration: none;
}

.navBar a:hover {
  color: #d60110;
}
.swiper {
  height: 36vw;
}
.swiper .carousel-control-prev {
  left: 0;
}
.swiper .carousel-control-next {
  right: 0;
}

.swiperImg {
  height: 36vw;
}
.swiperMain {
  width: 100%;
  height: 100%;
}

.article {
  width: 1200px;
  margin: 0 auto;
}

.product-button {
  position: relative;
}

.product-container {
  width: 1200px;
  /* height: 495px; */
  overflow: hidden;
  /* position: relative; */
}

.product-carousel,
.product-carousel2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.product-item,
.product-item2 {
  flex: 0 0 33.33%;
  /* padding:0 15px 0 15px; */
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  height: 45rem;
  background-color: #f8f8f8;
}

.productBgc {
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 7rem 4rem 0;
}

.product-item .productText,
.product-item2 .productText {
  margin-top: 1rem;
  font-size: 3rem;
  text-align: center;
}

.product-item img,
.product-item2 img {
  width: 100%;
  height: auto;
}

.product-item p,
.product-item2 p {
  font-size: 1.5rem;
  margin-top: 0.6rem;
  font-weight: 300;
}

.product-item button,
.product-item2 button {
  width: 15rem;
  height: 4.5rem;
  margin-top: 2rem;
  outline: none;
  border: 0;
  color: #fff;
  background-color: #d60110;
  border-radius: 3rem;
  font-size: 1.4rem;
}

.prev-button,
.next-button,
.prev-button2,
.next-button2 {
  border: 0;
  width: 2.8rem;
  height: 4.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #ccc;
  background-color: #f8f8f8;
}

.prev-button,
.prev-button2 {
  left: -2.7rem;
}

.next-button,
.next-button2 {
  right: -2.7rem;
}

.contentTitle {
  position: relative;
  font-size: 3.6rem;
  height: 17.4rem;
  line-height: 17.4rem;
  text-align: center;
  font-weight: 500;
}
.contentTitle::after {
  position: absolute;
  content: '';
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 5rem;
  background-color: #d60110;
}

.contentMain {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.contentMain div {
  position: relative;
}

.solutionsA {
  display: block;
  width: 100%;
  height: 100%;
}
.solutionsB {
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.solutionsB:hover {
  color: #d60110;
  text-decoration: none;
}
.solutionsD {
  position: relative;
  width: 100%;
  /* height: 100%; */
  display:block;
  text-align: center;
}
.solutionsD .mainText{display:none;}

.mainTitle {
  /* position: absolute; 
  left: 1.8rem;
  bottom: 15%;*/
  color: #333;
  font-size: 2.3rem;
  /* font-weight: bold; */
  padding-top: 5px;
  display: block;
}

.mainTitle {
  /* position: absolute; 
  left: 0;
  bottom: 0;*/
  width: 100%;
  color: #333;
  font-size: 2.3rem;
  /* font-weight: bold; */
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

.main3:hover .mainTitle {
  /* background-color: rgba(0, 0, 0, 0.8); */
}
.contentMain .main3:hover .solutionsD{text-decoration:none !important;}
.contentMain .main3 .solutionsD .mainTitle:hover{color:#d60110;}



.carousel .carousel-inner .carousel-item .contentMain{width:1200px;margin:0 auto;}



.main1 {
  width: calc(58% - 20px);
  height: calc(55% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main2 {
  width: 42%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main3 {
  width: calc(33.3% - 13.33px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.main3:nth-of-type(3),
.main3:nth-of-type(6) {
  margin-right: 0;
}

.main3 img {
  width: 100%;
}

.swiperList {
  height: 50rem;
}

.section {
  display: flex;
  height: 68rem;
  background-color: #efefef;
}
.sectionImg {
  flex: 1;
}

.sectionImg img {
  width: 100%;
  height: 100%;
}

.sectionBox {
  flex: 1;
  position: relative;
}
.sectionBoxTitle {
  position: absolute;
  top: 8rem;
  left: 2.2rem;
  font-size: 4rem;
  font-weight:500;
}
.sectionBoxTitle::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 5rem;
    
}
.sectionChange {
  position: absolute;
  bottom: 22px;
  right: 140px;
  font-size: 1.6rem;
}
.sectionChange span {
  font-size: 3.4rem;
}

.sectionCenter {
  position: absolute;
  width: 70%;
  height: 50%;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  padding: 3rem 6.5rem 4.5rem 12rem;
}

.sectionCenter img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sectionCenterTitle {
  height: 8rem;
  line-height: 8rem;
  font-size: 2rem;
}

.sectionCenterText {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.6rem;
  margin-bottom: 34rem;
}
.link {
  display: block;
  width: 14rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 4.5rem;
  background-color: #d60110;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.link:hover{color:#ffffff;}
.sectionCenterLink {
  display: block;
  width: 14rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 4.5rem;
  background-color: #d60110;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.news {
  height: 66rem;
  background-color: #ffffff;
  width: 1200px;
  margin: 0 auto;
}

.newsMain {

  display: flex;
}
.newsSection {
  flex: 1;
}

.newsSection img {
  width: 100%;
  height: 50%;
  border-radius: 1rem;
}

.newsSectionTitle {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  height: 4.6rem;
  line-height: 4.6rem;
  overflow:hidden;
}
.newsSectionTips {
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3rem;
  line-height: 2rem;
}
.newsSectionContent {
  flex: 1;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.newsSection:nth-child(2) {
  margin: 0 3rem;
}

.newsSectionA {
  display: block;
  height: 9rem;
  line-height: 9rem;
  text-decoration: underline;
  color: #131313;
  font-size: 1.6rem;
}

.newsSectionA:hover {
  color: #d60110;
  text-decoration-color: #d60110;
}

.article .h{height:5rem;}


.newsPush {
  display: block;
  width: 16rem;
  height: 4.8rem;
  margin: 5rem auto 0;
  border-radius: 4rem;
  text-align: center;
  line-height: 4.8rem;
  background: #d60110;
  color: #fff;
  font-size: 1.4rem;
}

.newsPush:hover{color:#ffffff;}

.about {
  position: relative;
  height: 64rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.aboutImg {
  position: absolute;
  right: 51%;
  top: 17rem;
  width: 58rem;
  height: 38rem;
}

.aboutImg img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.aboutCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 51%;
  top: 17rem;
  width: 58rem;
  height: 37rem;
}
.aboutCardText {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.quote {
  height: 75rem;
  background-color: #f8f8f8;
}

.quoteTips {
  width: 56.4rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}
.quoteContent {
  display: flex;
  justify-content: center;
}

.quoteTitle {
  width: 100%;
  text-align: center;
  line-height: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
}

.quoteA {
  display: block;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #d60110;
  font-size: 1.6rem;
  margin-top: 4rem;
}

.quoteLeft {
  width: 60rem;
  padding: 0 5.5rem 0 0;
  height: 48rem;
}

.quoteInput {
  height: 5.3rem;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.quoteTextarea {
  resize: none;
  font-size: 1.6rem;
  height: 10rem !important;
}

.quoteRight {
  width: 60rem;
  height: 48rem;
  background-size: 100% 100%;
}

.footer {
  width: 100%;
  background-color: #eeedee;
  align-items: center;
  position: relative;
}
.footer-top {
  width: 1200px;
  height: 36rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeedee;
}
.footer ul {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.liText {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.6;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.liTitle {
  font-size: 2.6rem;
  font-weight: 500;
}
.footer-top ul li {
  flex: 1;
  list-style: none;
  /* width: 25rem; */
  height: 22.5rem;
  padding-top: 5.5rem;
}

.footer-top ul li:first-child {
  width: 25rem;
  margin-right: 30px;
}

.footer-top ul li img {
  width: 100%;
  margin-bottom: 3rem;
  padding-top: 6px;
}

.footer-top ul li > first-of-type {
  margin-top: 0.9375rem;
}
.footer-top ul li a,
.footer-top ul li span {
  color: black;
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 3.6rem;
}
.footer-top ul li a:hover {
  /* color: #d60110; */
  text-decoration: none;
}

.footer-beloew {
  width: 100%;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1e1e1e1;
}
.footer-beloew ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.footer-beloew ul li {
  display: flex;
  list-style: none;
  /* padding-top: 2.8rem; */
  align-items: center;
}

.footer-beloew-text {
  width: 46rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 200;
}
.beloew-img-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 10px;
}
.footer-beloew ul li a {
  display: inline-block;
  height: 3.6rem;
  margin-right: 5px;
  width: 3.6rem;
}
.footer-beloew ul img {
  width: 100%;
  height: 100%;
}

.publicProducts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}

.publicTitle {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 7rem;
  position: relative;
  text-align: center;
}

.publicTitle::after {
  content: '';
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 5rem;
  height: 2px;
  background-color: #d60110;
}



/**/
.productSection5{margin:0 auto;width:1290px;padding:0 30px;}
.a-bottom{}
.a-bottom-con{position:relative;margin:0 auto;padding:0 0 12px 0;}
.a-bottom-con .swiper-container{overflow:hidden;padding:50px 10px;}
.a-bottom-con .swiper-container .swiper-slide{text-align: center;}
.a-bottom-con .swiper-container .swiper-slide .solution-card .cp-con{padding:0 3.8%;}
.a-bottom-con .swiper-container .swiper-slide .solution-card a{display:block;padding:0 0 10px 0;}
.a-bottom-con .swiper-container .swiper-slide .solution-card a:hover{box-shadow: 2px 2px 20px rgba(9,9,9,0.05);text-decoration: none;}
.a-bottom-con .swiper-container .swiper-slide .solution-card a img{display:block;width:85%;margin:0 auto;}
.a-bottom-con .swiper-container .swiper-slide .solution-card a p{font-size:16px;color:#2e2e2e;margin-top:10px;}

.a-bottom-con .swiper-button-prev,.a-bottom-con .swiper-button-next{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #212529;
    top:47%;
    font-weight: 400;
    font-size: 30px;
    font-family: '宋体';
    border-radius: 50%;
    outline: none !important;
    background:none;
    background-size:100% !important;
}
.a-bottom-con .swiper-button-prev{left:-2%;background:url(../image/left-tb.png) no-repeat;}
.a-bottom-con .swiper-button-next{right:-2%;background:url(../image/right-tb.png) no-repeat;}
.a-bottom-con .swiper-container .swiper-pagination{display:none;}
/**/

/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;margin: 5rem auto;user-select: none;}
.paging .paging-menu li{display: inline-block;vertical-align: middle;}
.paging .paging-menu a{width: 38px;height: 38px;line-height: 36px;border: 1px solid #e1e1e1;margin: 4px;font-size: 14px;color: #555;transition: all .4s ease;border-radius: 3px;background-color: #fff;padding:0;}
.paging-menu li:first-child a, .paging-menu li:last-child a{width: 68px;}
.paging .paging-menu a:hover,.paging .paging-menu li.active a,.paging .paging a.on{border-color: #d60110;background-color: #d60110;color: #fff;}



.head-more{text-align: right;}
.head-more a{color: #d60110;}





.publicProductsCard {
  width: 50%;
  display: flex;
  margin-top: 3.3rem;
}
.publicProductsA {
  display: flex;
  width: 100%;
  height: 100%;
}

.publicProductsA:hover {
  text-decoration: none;
  color: #000000;
}

.publicProductsImgCard {
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.publicProductsCard img {
  width: auto;
  height: 8.2rem;
  border-radius: 4px;
}
.publicProductText {
  padding: 1.5rem 0 0 2.3rem;
  flex: 1;
}
.publicProductTitle {
  font-size: 2rem;
}

.publicProductUl {
  padding: 1.2rem 1rem 0;
}

.publicProductUl li {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publicProductTarget {
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.productSection7 {
  margin-top: 8.8rem;
}

#carouselExampleControls .carousel-control-next {
  font-size: 30px;
  opacity: 1;
  bottom: 20px;
  height: 30px;
  width: 30px;
  bottom: 30px;
  top: auto;
  right: 100px;
}

#carouselExampleControls .carousel-control-prev {
  font-size: 30px;
  opacity: 1;
  bottom: 20px;
  height: 30px;
  width: 30px;
  bottom: 30px;
  left: auto;
  top: auto;
  right: 210px;
}
.carousel-control-default .carousel-control-prev {
  width: 5%;
}

.carousel-control-default .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.swiperImgTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65rem;
  transform: translate(-80%, -50%);
}

.swiperImgTitleText {
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.swiperImgText {
  font-size: 2.4rem;
}

.publicView {
  padding: 0;
}

.publicView img {
  width: 23rem;
  height: 23rem;
}

.mobileNews {
  display: none;
}

.footer-mobile {
  display: none;
}

.backTop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 4rem;
  color: #d60110;
  display: none;
}

.footer-mobile-new-test {
  display: none;
}

.showshow {
  display: block;
}

.call {
  position: fixed;
  bottom: 500px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.call img {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 769px) and (max-width: 1280px) {
  .call {
    width: 32px;
    height: 32px;
  }

  .swiper {
    height: 36vw;
  }

  .swiperImg {
    height: 36vw;
  }

  .swiperImgTitle {
    width: 50vw;
  }

  .headerTopContent {
    width: 750px;
  }
  .nav {
    width: 750px;
  }
  .navLink .navBar {
    padding: 0 1.3rem;
    font-size: 1.5rem;
  }

  .navChild {
    font-size: 1.7rem;
  }

  .article {
    width: 750px;
  }

  .product-container {
    width: 740px;
    margin: 0 auto;
  }
  .prev-button {
    left: -10px;
  }
  .next-button {
    right: -10px;
  }

  .news {
    width: 750px;
  }

  .footer-top {
    width: 750px;
  }

  .footer-beloew ul {
    width: 750px;
  }
  .aboutCard {
    width: 46rem;
  }
  .aboutImg {
    width: 46rem;
  }
  .section {
    height: 50rem;
  }

  .sectionBoxTitle {
    top: 4rem;
  }

  .sectionCenterTitle {
    height: 4rem;
    line-height: 4rem;
  }

  .sectionCenter {
    padding: 3rem 6.5rem 4.5rem 8rem;
  }

  .sectionCenterText {
    margin-bottom: 2rem;
  }
  .footer-top ul li {
    flex: 1;
    height: auto;
  }

  .footer-top ul li:first-child {
    width: 25rem;
    flex: none;
  }

  .publicProductTitle {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .publicProductText {
    width: 180px;
  }

  .navChildPro {
    width: 750px !important;
    left: -240px !important;
  }
  .navChildProduct a {
    font-size: 1.5rem;
  }

  .navChildProList a {
    font-size: 1.4rem;
  }

  .aboutCardText {
    -webkit-line-clamp: 9;
  }
}

@media all and (max-width: 768px) {
  .aboutCardText {
    -webkit-line-clamp: 8;
  }
  .swiper {
    height: auto;
  }
  .swiperImg {
    height: auto;
  }
  .call {
    width: 24px;
    height: 24px;
  }

  .swiperImgTitle {
    width: 50vw;
  }

  .default {
    min-width: 370px;
  }

  .headerTopContent {
    width: 100%;
    margin: none;
  }

  .headerTopContentRight {
    width: 22rem;
  }

  .headerTopContentRight select {
    font-size: 2rem;
  }

  .nav {
    width: 100%;
    padding-left: 10px;
  }

  .navLink {
    display: none;
  }

  .mobileNav {
    display: block;
  }

  .logo {
    width: 30rem;
  }

  .article {
    width: auto;
  }

  .contentMain {
    height: auto;
    padding: 0 10px;
  }
  .main3 {
    width: calc(50% - 5px);
    margin-right: 10px !important;
    margin-bottom: 10px;
  }

  .main3:nth-child(even) {
    margin-right: 0 !important;
  }
  .product-container {
    width: 100%;
  }

  .product-carousel,
  .product-carousel2 {
    flex-wrap: wrap;
  }

  .product-item,
  .product-item2 {
    flex: none;
    width: 50%;
    padding: 0 10px 10px;
  }

  .next-button,
  .prev-button,
  .prev-button2,
  .next-button2 {
    display: none;
  }

  /* .sectionImg {
    display: none;
  } */

  .sectionCenter {
    left: 0%;
  }

  .sectionCenter img {
    display: block;
  }

  .news {
    width: 100%;
    height: auto;
  }
  .newsMain {
    height: auto;
    flex-wrap: wrap;
  }
  .newsSection {
    flex: none;
    width: 50%;
    margin: 0 !important;
    padding: 0 10px 15px;
  }
  .newsPush {
    margin: 5rem auto;
  }

  .about {
    height: auto;
  }

  .aboutImg {
    position: initial;
    margin: 0 auto;
  }

  .aboutCard {
    position: initial;
    margin: 0 auto;
  }

  .link {
    margin: 0 auto 15px;
  }

  .quoteTips {
    font-size: 1.8rem;
  }

  .quoteLeft {
    padding: 0;
  }

  .quoteRight {
    display: none;
  }

  .footer-top {
    height: auto;

    width: 100%;
  }
  .footer ul {
    flex-wrap: wrap;
    padding: 5% 10%;
  }

  .footer-top ul li {
    width: 50%;
    height: auto;
    padding: 0 10px 15px;
  }

  .footer-beloew {
    display: none;
  }

  .footer-top {
    display: none;
  }

  .publicProductsCard {
    width: 100%;
  }

  .sectionChange {
    bottom: 10px;
    right: 42px;
  }
  #carouselExampleControls .carousel-control-prev {
    right: 82px;
    bottom: 10px;
  }
  #carouselExampleControls .carousel-control-next {
    bottom: 10px;
    right: 10px;
  }

  .headerTopContentLeft {
    padding-left: 6px;
  }

  .mobileNews {
    display: block;
  }

  .backTop {
    position: fixed;
  }

  .footer-mobile {
    display: flex;
    flex-direction: column;
    padding: 10px;
    /*  text-align: center; */
  }

  .footer-mobile a:hover {
    color: #d60110;
  }
  .footer-mobile-oneChild {
    margin-bottom: 10px;
  }

  .footer-mobile-oneChild img {
    width: 220px;
    padding: 20px 0;
  }

  .footer-mobile-oneChild .liText {
    width: 70%;
    font-size: 14px;
    font-weight: 300;
  }
  .liTitle {
    font-size: 20px;
  }

  .footer-mobile-link a {
    display: block;
    font-size: 14px;
    margin-left: 12px;
  }

  .footer-mobile-link span {
    display: block;
    font-size: 14px;
    margin-left: 12px;
  }

  .section {
    height: 160px;
  }
  .sectionBox {
    margin-left: 10px;
  }
  .sectionBoxTitle {
    position: static;
    font-size: 18px;
    font-weight: 600;
  }

  .sectionCenter {
    position: static;
    background-color: transparent;
    width: 100%;
    height: auto;
    transform: none;
    padding: 0;
  }

  .sectionCenter .link {
    display: none;
    /* margin: 0 0 0 10px; */
  }

  .sectionCenterText {
    margin-bottom: 5px;
  }

  .sectionCenterTitle {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }

  .footer-mobile-new-test {
    background-color: #e1e1e1e1;
    text-align: center;
    display: block;
  }
  .footer-mobile-new-test div {
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px 0;
  }
  .newFoooter img {
    width: 25px;
    height: 25px;
    margin: 0 2px;
  }
  .footer-mobile-new-img {
    flex: 1;
  }

  .liTitle {
    color: #000;
    flex: 1;
  }

  .footer-Icons {
    line-height: 45px;
  }

  .footer-iconBox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }

  .footer-Icons .footer-mobile-link a {
    border-bottom: 1px solid #ccc;
    color: #000;
  }

  .footer-Icons .footer-mobile-link span {
    border-bottom: 1px solid #ccc;
    color: #000;
  }

  .footer-iconBox .bi {
    font-size: 15px;
  }

  .footerIcon2 {
    display: none;
  }

  .footer-mobile-link {
    padding: 12px 0;
  }
  .showFooterIcon .footerIcon1 {
    display: none;
  }

  .showFooterIcon .footerIcon2 {
    display: block;
  }

  .newFoooter {
    text-align: center;
  }
  .newFoooter div {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-top: 10px;
  }


/**/
.productSection5{width:100%;padding:0;}
.a-bottom-con .swiper-container{padding: 20px 0;}
.a-bottom-con .swiper-container .swiper-slide .solution-card .cp-con{padding:0;}
/**/






}