﻿
/*产品*/
.fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sl {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-1 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.sl-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.sl-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.header {
  position: relative;
}
.header .banner .banner_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .banner .text {
  max-width: 9.83rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14.5%;
  color: #ffffff;
  z-index: 3;
}
.header .banner .text .fir {
  font-size: 0.6rem;
  margin-bottom: 0.1rem;
}
.header .banner .text .sec {
  font-size: 0.3rem;
}
.zt {
  font-family: PingFang-SC-Heavy;
}
.w1560 {
  width: 15.6rem;
  margin: 0 auto;
}
.w1270 {
  width: 81.4%;
  margin: 0 auto;
}
.w1780 {
  width: 17.8rem;
  margin: 0 auto;
}
.wb90 {
  width: -webkit-calc(100% - 2.2rem);
  width: -moz-calc(100% - 2.2rem);
  width: calc(100% - 2.2rem);
}
.pro_nav_box {
  /* height: 1.03rem; */
  position: sticky;
  top: 0.9rem;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.pro_nav_div {
  background-color: #fff;
  width: 100%;
  z-index: 9991;
  top: 0;
  left: 0;
  border: 0.01rem solid #f4f6f9;
}
.result_nav {
  padding-top: 0.5rem;
}
.result_nav li {
  width: 1.6rem;
  text-align: center;
  cursor: pointer;
  /* border-bottom: 0.05rem solid transparent; */
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  /* letter-spacing: 0.01rem; */
  position: relative;
}
.result_nav li::before{
  content: "";
  width: 100%;
  height: 0.05rem;
  background: #2c66da;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0,1);
  opacity: 0;
  transition: 0.3s;
}
.result_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  padding-bottom: 0.22rem;
}
/* .result_nav li:hover,
.result_nav li.current {
  border-bottom: 0.05rem solid #2c66da;
} */
.result_nav li:hover::before,
.result_nav li.current::before {
  transform: scale(1);
  opacity: 1;
}
/* 产品概述 */
.part01 {
  padding: 0.89rem 0 0.5rem;
}
.part01 p {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  /* letter-spacing: 0.01rem; */
  color: #646464;
  margin-top: 0.31rem;
  margin-bottom: 0.96rem;
}
.product_title {
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  /* letter-spacing: 0.02rem; */
  color: #000000;
}
.part01 .TRS_UEDITOR p:has(br) {
 display: none;
}
/* 产品功能*/
.part02 {
  padding-top: 0.79rem;
  /* background-color: #f4f6f9; */
  padding-bottom: 0.92rem;
}
.part02 .product_title {
  padding-bottom: 0.77rem;
}
/* 轮播 */
.part02_swiper_box .news_next,
.part02_swiper_box .news_prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.part02_swiper_box .news_prev {
  left: 0;
  background-image: url(../image/num_left.png);
}
.part02_swiper_box .news_next {
  right: 0;
  background-image: url(../image/num_right.png);
}
.part02_swiper_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.02rem;
}
.part02_swiper_box .swiper-pagination-bullet {
  border: 0.01rem solid #fff;
  background: none;
  opacity: 1;
}
.part02_swiper_box .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* 轮播项 */
.part02_swiper_box {
  position: relative;
}
.part02_swiper_box a .img {
  display: block;
  /* background-image: url(../image/product_spirit.png); */
  width: 0.55rem;
  height: 0.6rem;
  /* background-repeat: no-repeat;
  background-position-y: 0;
  -o-background-size: auto 1.19rem;
  background-size: auto 1.19rem; */
}
.part02_swiper_box a .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part02_swiper_box a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0.51rem 0.24rem 0;
  padding-bottom: 0.47rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 3.43rem;
  background-color: #ffffff;
  text-align: center;
}
.part02_swiper_box a .top {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* letter-spacing: 0.01rem; */
  color: #000000;
  margin-bottom: 0.48rem;
}
.part02_swiper_box a .top .img {
  margin-right: 0.24rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.part02_swiper_box a p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  /* letter-spacing: 0.01rem; */
  color: #979797;
  word-break: break-all;
  text-align: left;
}
.part02_swiper_box a:hover {
  background-color: #ff5050;
  -webkit-box-shadow: 0rem 0rem 0.18rem 0rem rgba(0, 0, 0, 0.3);
  box-shadow: 0rem 0rem 0.18rem 0rem rgba(0, 0, 0, 0.3);
}
.part02_swiper_box a:hover .img img {
  /* background-image: url(../image/product_spirit_a.png); */
  filter: brightness(0) invert(1);
}
.part02_swiper_box a:hover .top {
  color: #fff;
}
.part02_swiper_box a:hover p {
  color: #fff;
}
/* .part02_swiper_box .index01 a .img {
  background-position-x: -0.06rem;
}
.part02_swiper_box .index02 a .img {
  background-position-x: -4.13rem;
}
.part02_swiper_box .index03 a .img {
  background-position-x: -8.22rem;
}
.part02_swiper_box .index04 a .img {
  background-position-x: -12.37rem;
}
.part02_swiper_box .index05 a .img {
  background-position: 0;
  background-position-y: -0.64rem;
}
.part02_swiper_box .index06 a .img {
  background-position: -4.16rem;
  background-position-y: -0.64rem;
}
.part02_swiper_box .index07 a .img {
  background-position: -8.19rem;
  background-position-y: -0.64rem;
} */
/*产品架构  */
.part03 {
  padding: 0.68rem 0 0.5rem;
  text-align: center;
}
.part03 img {
  margin-top: 0.72rem;
  padding-bottom: 0.7rem;
}
/* 产品特色 */
.part04 {
  padding-bottom: 0.89rem;
  padding-top: 0.72rem;
}
.gray {
  background-color: #f4f6f9;
}
.part04_acticle {
  margin-top: 0.62rem;
  margin-right: 0px;
}
.part04_acticle li {
  float: left;
  width: 20%;
  margin-right: 0px;
  margin-bottom: 0.2rem;
}
.part04_acticle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.part04_acticle li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.12rem;
  background-color: #ffffff;
  border: solid 0.01rem #c8c8c8;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  /* letter-spacing: 0.01rem; */
  color: #000000;
  cursor: pointer;
}
.part04_acticle li img {
  margin-bottom: 0.32rem;
}
.part04_acticle li .top {
  text-align: center;
  opacity: 1;
}
.part04_acticle li:hover .top {
  opacity: 0;
}
.part04_acticle li:hover .bottom {
  -webkit-transform: translate3d(0, 0, 0.2rem) scale(1.05);
  -moz-transform: translate3d(0, 0, 0.2rem) scale(1.05);
  transform: translate3d(0, 0, 0.2rem) scale(1.05);
  opacity: 1;
  z-index: 199;
}
.part04_acticle .bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.52rem 0.24rem 0.47rem;
  opacity: 0;
  color: #ffffff;
  background-color: #ff5050;
  -webkit-box-shadow: 0rem 0rem 0.18rem 0rem rgba(0, 0, 0, 0.3);
  box-shadow: 0rem 0rem 0.18rem 0rem rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 88;
}
.part04_acticle .bottom .title {
  font-family: PingFang-SC-Heavy;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  /* letter-spacing: 0.02rem; */
}
.part04_acticle .bottom p {
  margin-top: 0.39rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.24rem;
  /* letter-spacing: 0.01rem; */
  word-break: break-all;
  text-align: left;
}
.part05 {
  padding-top: 0.62rem;
  padding-bottom: 0.97rem;
}
.part05_list {
  margin-top: 0.8rem;
  margin-right: -2%;
}
.part05_list li {
  float: left;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 0.2rem;
}
.part05_list li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f4f6f9;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  /* letter-spacing: 0.01rem; */
  color: #656565;
  text-align: center;
  width: 18%;
}
.part05_list li .img {
  width: 100%;
  max-height: 1.45rem;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.part05_list li p {
  font-size: 0.24rem;
  padding-top: 0.19rem;
  padding-bottom: 0.22rem;
  color: #656565;
}
.part05_list a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f6f9;
}
.part05_list li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.sectionItem:nth-child(2n){
  background: #f4f6f9;
}

.sectionItem .pageStyle{
  margin-top: 0.5rem;
}

