.section .contentTop {
  height: 2.2rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section .contentTop .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .contentTop .swiper-slide-active p {
  color: #e50111;
}
.section .contentTop .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.3;
}
.section .contentTop .endChange .swiper-slide-active p {
  color: #333;
}
.section .contentTop .endChange .swiper-slide.active p {
  color: #e50111;
}
.section .contentTop .endChange .swiper-slide {
  opacity: 1!important;
}
.section .contentTop img {
  width: 1.54rem;
}
.section .contentTop p {
  text-align: center;
  color: #333;
  font-size: 12px;
}
.section .contentBottom {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
/*  padding: 0.6rem 0;*/
  position: relative;
}
.section .contentBottom .btnContainer {
  position: absolute;
  right: 0.3rem;
  bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .contentBottom .btnContainer img {
  width: 0.88rem;
}
.section .contentBottom .btnContainer .img1 {
  margin-bottom: 0.2rem;
}
.section .contentBottom .product {
  width: 100%;
}
.section .contentBottom .product a {
  display: block;
  width: 100%;
  height: 100%;
}
.section .contentBottom .product .img-box {
  width: 100%;
  height: 5rem;
}
.section .contentBottom .product .img-box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 175%;
  background-position: 38%;
}
.section .contentBottom .product .intro {
  text-align: center;
  color: #fff;
}
.section .contentBottom .product .intro .title {
  font-size: 0.56rem;
  font-weight: 600;
  height: 0.84rem;
  color: #e60112;
}
.section .contentBottom .product .intro .text {
  font-size: 0.36rem;
/*  margin-bottom: 0.36rem;*/
  color: #666e79;
}
.section .contentBottom .product .intro .btn {
  display: inline-flex;
}
.section .contentBottom .product .intro .btn .more {
  padding: 0.16rem 0.28rem;
  font-size: 12px;
  color: #e60112;
}
.section .contentBottom .product .intro .btn .more.first {
  border: 2px solid #e60112;
}
.section .contentBottom .product .intro .btn .more.last {
  margin-left: 10px;
  border: 2px solid #e60112;
}
.section .contentBottom .swiper-button-prev,
.section .contentBottom .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.25rem;
  height: 0.25rem;
  font-size: 0.4rem;
  color: #fff;
  top: 50%;
  margin-top: -0.125rem;
  transition: all 0.5s;
  opacity: 1 !important;
}
.section .contentBottom .swiper-button-prev {
  font-family: iconfont;
  left: 0.3rem;
  background-image: none;
}
.section .contentBottom .swiper-button-prev:before {
  content: "\e601";
}
.section .contentBottom .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: 0.3rem;
}
.section .contentBottom .swiper-button-next:before {
  content: "\e683";
}
.solve {
  width: 100%;
  height: 9.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  position: relative;
}
.solve .module {
  position: absolute;
  top: 0.86rem;
  left: 0.46rem;
  color: #fff;
}
.solve .module .title {
  font-size: 0.48rem;
}
.solve .module .describe {
  font-size: 0.3rem;
  width: 65%;
  margin-top: 10px;
}
.solve .module .more-box {
  display: inline-block;
  margin-top: 0.56rem;
  padding: 0.16rem 0.3rem;
  border: 2px solid #fff;
  color: #fff;
}
.solve .example-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.solve .example-box .example {
  padding: 0.3rem 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solve .example-box .example a {
  color: #fff;
}
.solve .example-box .example .swiper-slide {
  width: 3rem;
}
.solve .example-box .example .swiper-slide:last-child {
  margin-right: 0;
}
.solve .example-box .example .swiper-slide.active .box {
  background: rgba(231, 0, 19, 0.8);
}
.solve .example-box .example .box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 10px 8px;
}
.solve .example-box .example .box .title {
  color: #fff;
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solve .example-box .example .box .text {
  color: #fff;
  font-size: 0.24rem;
}
.solve .example-box .example .box .desc {
  font-size: 0.24rem;
  height: 0.72rem;
  margin-bottom: 0.45rem;
  color: #fff;
}
.solve .example-box .example .box .more {
  font-size: 0.22rem;
  color: #fff;
}
.btn-box {
  width: 100%;
  height: 0.8rem;
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.about-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60%;
  padding: 1.2rem 0.3rem;
}
.about-box .scroll-num {
  display: flex;
  flex-wrap: wrap;
}
.about-box .scroll-num li {
  width: 50%;
  padding: 0 0 0.9rem 0.3rem;
}
.about-box .scroll-num li .box {
  padding-left: 0.3rem;
  position: relative;
}
.about-box .scroll-num li .box::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  z-index: -1;
}
.about-box .scroll-num li .box img {
  height: 55px;
}
.about-box .scroll-num li .box .number {
  display: flex;
  align-items: flex-start;
  color: #333;
}
.about-box .scroll-num li .box .number .num {
  font-size: 0.48rem;
}
.about-box .scroll-num li .box .number .plus {
  margin-left: 5px;
  font-size: 12px;
}
.about-box .scroll-num li .text {
  margin-top: 10px;
  padding-right: 20%;
  color: #333;
  font-size: 0.24rem;
}
.brand-box {
  padding: 0.8rem 0.3rem 1rem;
  background-position: center;
  background-size: cover;
}
.brand-box .title-box {
  text-align: center;
  color: #fff;
}
.brand-box .title-box .img {
  width: 50%;
}
.brand-box .title-box .text {
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 2;
}
.brand-box .title-box .word {
  font-size: 0.24rem;
  line-height: 2;
}
.brand-box .img-box {
  margin-top: 0.5rem;
}
.brand-box .img-box .top {
  height: 3.4rem;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.44rem;
  margin-bottom: 10px;
}
.brand-box .img-box .top .text {
  color: #fff;
  font-size: 0.36rem;
}
.brand-box .img-box .top .more {
  color: #fff;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.brand-box .img-box .bottom {
  display: flex;
  justify-content: space-between;
}
.brand-box .img-box .bottom li {
  position: relative;
  width: 50%;
  height: 3.4rem;
  color: #fff;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.3rem;
}
.brand-box .img-box .bottom li:nth-child(2) {
  margin-left: 10px;
}
.brand-box .img-box .bottom li:nth-child(2) .ctx {
  padding: 0.3rem 0.25rem;
  text-align: left;
}
.brand-box .img-box .bottom li .ctx {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.brand-box .img-box .bottom li .text {
  font-weight: bold;
  margin: 5px 0;
}
.brand-box .img-box .bottom li .word {
  font-size: 0.24rem;
}
.brand-box .img-box .bottom li .more {
  font-size: 12px;
}
.news-box {
  width: 100%;
  padding: 0.8rem 30px;
  background-color: #f7f7f7;
  position: relative;
}
.news-box .title {
  font-size: 0.48rem;
  color: #333;
  text-align: center;
  position: relative;
}
.news-box .title::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 1.6em;
  height: 2px;
  background-color: #d12d25;
  transform: translateX(-50%);
}
.news-box .box {
  margin: 0.6rem 0 0.4rem;
}
.news-box .box .swiper-container {
  width: 100%;
  height: 100%;
}
.news-box .box .swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box .box .imgBox {
  width: 100%;
  height: 2.5rem;
}
.news-box .box .imgBox .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.news-box .box .bottom {
  padding: 0.3rem 0;
}
.news-box .box .bottom .newsTitle {
  font-size: 0.38rem;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .box .bottom .newsDesc {
  margin: 5px 0 10px;
  font-size: 0.32rem;
  color: #666;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.news-box .box .bottom .newstime {
  color: #333;
  font-size: 0.24rem;
}
.news-box .box .swiper-button-prev,
.news-box .box .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  width: 0.25rem;
  height: 0.25rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #d12d25;
  top: 50%;
  margin-top: -0.125rem;
}
.news-box .box .swiper-button-prev {
  font-family: iconfont;
  background-image: none;
}
.news-box .box .swiper-button-prev:before {
  content: "\e601";
}
.news-box .box .swiper-button-next {
  font-family: iconfont;
  background-image: none;
}
.news-box .box .swiper-button-next:before {
  content: "\e683";
}
.interaction-box {
  padding: 0.8rem 0.3rem;
}
.interaction-box .title {
  font-size: 0.48rem;
  color: #333;
  text-align: center;
  position: relative;
}
.interaction-box .title::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 1.6em;
  height: 2px;
  background-color: #d12d25;
  transform: translateX(-50%);
}
.interaction-box .box {
  margin: 0.6rem 0;
}
.interaction-box .box .item {
  height: 2.1rem;
  padding: 0 0.6rem 0 0.4rem;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interaction-box .box .item:not(:last-child) {
  margin-bottom: 5px;
}
.interaction-box .box .item .left.one {
  color: #fff;
}
.interaction-box .box .item .left.two .main-title {
  color: #333;
}
.interaction-box .box .item .left.two .describe {
  color: #666;
}
.interaction-box .box .item .left.three {
  color: #fff;
}
.interaction-box .box .item .left .main-title {
  margin-bottom: 0.1rem;
  font-size: 0.36rem;
}
.interaction-box .box .item .left .describe {
  font-size: 0.24rem;
}
.interaction-box .box .item .right {
  width: 1.1rem;
  height: 1.1rem;
}
.interaction-box .box .item .right img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}