.toprennav .topcon {
  position: static;
  padding: 0;
}
.topbox .topnav {
  padding-top: 10px;
}
.footweb {
  display: none !important;
}
.ashbg {
  background: #f8fafc;
}
.inbanner .swiper-slide .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.inbanner .swiper-slide .item ul {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
}
.inbanner .swiper-slide .item ul li {
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 20px;
  padding: 0 20px;
  line-height: 40px;
}
.inbanner .swiper-slide img{
  width: 100%;
}
@media screen and (max-width: 769px) {
  .inbanner .swiper-slide {
    min-height: 7rem;
  }
  .inbanner .swiper-slide img {
    min-height: 7rem;
    object-fit: cover;
  }
  .inbanner .swiper-slide .item ul {
    max-width: 100%;
  }
  .inbanner .swiper-slide .item ul li {
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    padding: 0 0.2rem;
    line-height: 0.6rem;
  }
}
.inabout .ww {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inabout .ww .item-fl {
  width: 45%;
}
.inabout .ww .item-fr {
  flex: 1;
  max-width: 48%;
}
.inabout .ww .item-fr h3 {
  border-bottom: 1px solid #e1e5ec;
}
.inabout .ww .item-fr p {
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .inabout .ww {
    flex-wrap: wrap;
  }
  .inabout .ww .item-fl {
    width: 100%;
  }
  .inabout .ww .item-fr {
    width: 100%;
    margin: 0.3rem 0;
    max-width: none;
  }
}
/* 产品功能 */
.function .introduce-1 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.function .introduce-1 ul li {
  width: 32%;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
  border: solid 1px #d2d9e8;
  box-sizing: border-box;
}
.function .introduce-1 ul li .item-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
}
.function .introduce-1 ul li .item-img img {
  height: 375px;
  object-fit: cover;
}
.function .introduce-1 ul li .item-img .con {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.function .introduce-1 ul li .item-img .con h3 {
  font-size: 28px;
  padding-bottom: 20px;
}
.function .introduce-1 ul li .item-img .con p {
  font-size: 16px;
}
.function .introduce-1 ul li .item-con {
  padding: 15px;
}
.function .introduce-1 ul li .item-con h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.function .introduce-1 ul li .item-con p {
  color: #5d6065;
}
.function .introduce-2 ul {
  display: flex;
  justify-content: space-between;
}
.function .introduce-2 ul li {
  text-align: center;
  width: 19%;
}
.function .introduce-2 ul li h3 {
  font-size: 20px;
  padding-top: 10px;
}
.function .introduce-3 {
  display: flex;
}
.function .introduce-3 .tag_nav {
  width: 270px;
  margin-right: 30px;
}
.function .introduce-3 .tag_nav ul li {
  line-height: 100px;
  border-bottom: 1px solid #f5f7fb;
  color: #858990;
  font-size: 20px;
  cursor: pointer;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.function .introduce-3 .tag_nav ul li span {
  font-size: 30px;
}
.function .introduce-3 .tag_nav ul li b {
  display: block;
  padding: 0 10px;
}
.function .introduce-3 .tag_nav ul li i {
  font-size: 30px;
  position: absolute;
  right: 20px;
  display: none;
}
.function .introduce-3 .tag_nav ul .active {
  color: #fff;
  background-image: linear-gradient(90deg, #fcc660 0%, #feb25a 100%);
  box-shadow: 0px 8px 18px 0px rgba(254, 179, 90, 0.3);
  border-radius: 12px;
}
.function .introduce-3 .tag_nav ul .active i {
  display: block;
}
.function .introduce-3 .conlist {
  flex: 1;
  background: #f8fafc;
}
.function .introduce-3 .tag_con {
  height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 40px;
}
.function .introduce-3 .p1 {
  background: url(../images/p4-1.jpg) no-repeat right bottom;
}
.function .introduce-3 .p2 {
  background: url(../images/p4-2.jpg) no-repeat right bottom;
}
.function .introduce-3 .p3 {
  background: url(../images/p4-3.jpg) no-repeat right bottom;
}
.function .introduce-3 .p4 {
  background: url(../images/p4-4.jpg) no-repeat right bottom;
}
.function .introduce-3 .p5 {
  background: url(../images/p4-5.jpg) no-repeat right bottom;
}
.function .introduce-3 .list1 dt {
  font-size: 24px;
}
.function .introduce-3 .list1 dt .icon {
  width: 30px;
  height: 30px;
}
.function .introduce-3 .list1 dd {
  padding: 10px 0;
  position: relative;
  padding-left: 15px;
}
.function .introduce-3 .list1 dd::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1a6fff;
  border-radius: 100%;
  position: absolute;
  top: 19px;
  left: 0px;
}
.function .introduce-3 .list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.function .introduce-3 .list2 ul li {
  width: 47%;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.function .introduce-3 .list2 ul li .item-fl {
  width: 40px;
  margin-right: 15px;
}
.function .introduce-3 .list2 ul li .item-fl .icon {
  width: 40px;
  height: 40px;
}
.function .introduce-3 .list2 ul li .item-fr {
  flex: 1;
}
.function .introduce-3 .list2 ul li .item-fr h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.function .introduce-3 .list2 ul li .item-fr p {
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .function .introduce-1 ul {
    flex-wrap: wrap;
  }
  .function .introduce-1 ul li {
    width: 49%;
    margin-bottom: 0.2rem;
    border-radius: 0px 0px 0.12rem 0.12rem;
  }
  .function .introduce-1 ul li .item-img {
    border-radius: 0.12rem 0.12rem 0 0;
  }
  .function .introduce-1 ul li .item-img img {
    height: auto;
  }
  .function .introduce-1 ul li .item-img .con {
    bottom: 0.3rem;
    left: 0.3rem;
  }
  .function .introduce-1 ul li .item-img .con h3 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .function .introduce-1 ul li .item-img .con p {
    font-size: 0.26rem;
  }
  .function .introduce-1 ul li .item-con {
    padding: 0.2rem;
  }
  .function .introduce-1 ul li .item-con h3 {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .function .introduce-2 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .function .introduce-2 ul li {
    width: 33.3%;
    margin-top: 0.2rem;
  }
  .function .introduce-2 ul li img {
    width: 1.1rem;
  }
  .function .introduce-2 ul li h3 {
    font-size: 0.24rem;
    padding-top: 0.1rem;
  }
  .function .introduce-3 {
    flex-wrap: wrap;
  }
  .function .introduce-3 .tag_nav {
    width: 100%;
    margin-right: 0;
  }
  .function .introduce-3 .tag_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .function .introduce-3 .tag_nav ul li {
    line-height: 0.7rem;
    font-size: 0.28rem;
    padding: 0 0.1rem;
    width: 48%;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 0.12rem;
  }
  .function .introduce-3 .tag_nav ul li span {
    display: none;
  }
  .function .introduce-3 .tag_nav ul li b {
    display: block;
    padding: 0 0.1rem;
  }
  .function .introduce-3 .tag_nav ul .active i {
    display: none;
  }
  .function .introduce-3 .tag_con {
    height: auto;
    padding: 0.2rem;
  }
  .function .introduce-3 .list1 dt {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
  }
  .function .introduce-3 .list1 dt .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
  }
  .function .introduce-3 .list1 dd {
    padding: 0.1rem 0;
    padding-left: 0.2rem;
  }
  .function .introduce-3 .list1 dd::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.24rem;
  }
  .function .introduce-3 .list2 ul li {
    margin-top: 0.3rem;
  }
  .function .introduce-3 .list2 ul li .item-fl {
    width: 0.4rem;
    margin-right: 0.15rem;
  }
  .function .introduce-3 .list2 ul li .item-fl .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .function .introduce-3 .list2 ul li .item-fr {
    flex: 1;
  }
  .function .introduce-3 .list2 ul li .item-fr h3 {
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
  }
}
.valuelsit {
  color: #fff;
}
.valuelsit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valuelsit ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #1871ed;
  margin: 10px 0;
}
.valuelsit ul li:nth-child(4n) {
  border: none;
}
.valuelsit ul li h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 20px 0;
}
.valuelsit ul li p {
  color: #cadefe;
}
@media screen and (max-width: 769px) {
  .valuelsit ul li {
    width: 50%;
    padding: 0 0.2rem;
    margin: 0.2rem 0;
  }
  .valuelsit ul li img {
    width: 0.8rem;
  }
  .valuelsit ul li h3 {
    font-size: 0.3rem;
    padding: 0.3rem 0 0.2rem 0;
  }
}
.advantage .list1 {
  display: flex;
  justify-content: space-between;
}
.advantage .list1 li {
  width: 24%;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  position: relative;
  background: #000;
}
.advantage .list1 li img {
  width: 100%;
  opacity: 0.8;
}
.advantage .list1 li .con {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.advantage .list1 li .con h3 {
  font-size: 20px;
}
.advantage .list1 li .con p {
  color: #e3e2ee;
  padding-top: 10px;
}
.advantage .list2 {
  display: flex;
  flex-wrap: wrap;
}
.advantage .list2 li {
  width: 20%;
  text-align: center;
  margin-top: 60px;
}
.advantage .list2 li .icon {
  width: 60px;
  height: 60px;
}
.advantage .list2 li h3 {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .advantage .list1 {
    flex-wrap: wrap;
  }
  .advantage .list1 li {
    width: 49%;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
  }
  .advantage .list1 li .con {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  .advantage .list1 li .con h3 {
    font-size: 0.3rem;
  }
  .advantage .list1 li .con p {
    padding-top: 0.1rem;
  }
  .advantage .list2 li {
    width: 33%;
    margin-top: 0.6rem;
  }
  .advantage .list2 li .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantage .list2 li h3 {
    margin-top: 0.2rem;
    font-size: 0.26rem;
  }
}
.inwhy ul {
  display: flex;
  justify-content: space-between;
}
.inwhy ul li {
  width: 24%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.inwhy ul li h3 {
  background: url(../images/p7-1.jpg) center center;
  background-size: 100% 100%;
  display: block;
  padding: 20px;
  font-size: 22px;
  color: #fff;
}
.inwhy ul li p {
  padding: 20px;
  color: #5d6065;
}
@media screen and (max-width: 769px) {
  .inwhy ul {
    flex-wrap: wrap;
  }
  .inwhy ul li {
    width: 48%;
  }
  .inwhy ul li h3 {
    display: block;
    padding: 0.2rem;
    font-size: 0.3rem;
  }
  .inwhy ul li p {
    padding: 0.2rem;
  }
}
.inmarket .analysis ul {
  display: flex;
  flex-wrap: wrap;
}
.inmarket .analysis ul li {
  display: flex;
  align-items: center;
  text-align: center;
}
.inmarket .analysis ul li i {
  font-size: 20px;
  margin-right: 10px;
}
.inmarket .analysis ul li h3 {
  font-size: 18px;
  font-weight: bold;
}
.inmarket .analysis ul li .icon-jiantou_xiangyou_o {
  color: #035dff;
  text-align: center;
  font-size: 26px;
  padding: 0 10px;
}
.inmarket .content {
  margin: 30px 0;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #d2d9e8;
}
.inmarket .content .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.inmarket .content .swiper-slide .item-con {
  width: 45%;
}
.inmarket .content .swiper-slide .item-img {
  width: 50%;
}
.inmarket .content .swiper-button-prev,
.inmarket .content .swiper-button-next {
  background: none;
}
.inmarket .content .swiper-button-prev i,
.inmarket .content .swiper-button-next i {
  font-size: 40px;
  color: #0961ff;
}
.inmarket .content .swiper-button-prev {
  top: auto;
  bottom: 20px;
  left: 10px;
  right: auto;
}
.inmarket .content .swiper-button-next {
  top: auto;
  bottom: 20px;
  left: 60px;
  right: auto;
}
@media screen and (max-width: 769px) {
  .inmarket .analysis ul li i {
    font-size: 0.3rem;
    margin-right: 0.2rem;
  }
  .inmarket .analysis ul li h3 {
    font-size: 0.28rem;
  }
  .inmarket .analysis ul li .icon-jiantou_xiangyou_o {
    font-size: 0.36rem;
    padding: 0 0.1rem;
  }
  .inmarket .content {
    margin: 0.3rem 0;
    padding: 0.3rem;
  }
  .inmarket .content .swiper-slide {
    flex-wrap: wrap;
  }
  .inmarket .content .swiper-slide .item-con {
    width: 100%;
  }
  .inmarket .content .swiper-slide .item-img {
    width: 80%;
    margin: 0.2rem auto 1rem auto;
  }
  .inmarket .content .swiper-button-prev,
  .inmarket .content .swiper-button-next {
    background: none;
  }
  .inmarket .content .swiper-button-prev i,
  .inmarket .content .swiper-button-next i {
    font-size: 0.6rem;
  }
  .inmarket .content .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 10px;
    right: auto;
  }
  .inmarket .content .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    right: 10px;
  }
}
.inpro ul {
  display: flex;
  justify-content: space-between;
}
.inpro ul li {
  width: 33.3%;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #e9ecf3;
  text-align: center;
}
.inpro ul li:last-child {
  border: none;
}
.inpro ul li p {
  margin-top: 20px;
  color: #5d6065;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .inpro ul {
    flex-wrap: wrap;
  }
  .inpro ul li {
    width: 49%;
    padding: 0 0.2rem;
    margin-top: 0.3rem;
    border: none;
  }
  .inpro ul li img {
    width: 1.2rem;
  }
  .inpro ul li p {
    margin-top: 0.2rem;
  }
}
.industry .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry .list1 li {
  width: 30%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #d2d9e8;
  margin-top: 30px;
}
.industry .list1 li .icon {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.industry .list1 li h3 {
  flex: 1;
  font-size: 20px;
}
.industry .list2 {
  display: flex;
  justify-content: space-between;
}
.industry .list2 li {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.industry .list2 li h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .industry .list1 li {
    width: 48%;
    flex-wrap: wrap;
    padding: 0.2rem;
    margin-top: 0.3rem;
  }
  .industry .list1 li .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
    margin: 0 auto;
  }
  .industry .list1 li h3 {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
  .industry .list2 {
    flex-wrap: wrap;
  }
  .industry .list2 li {
    margin-top: 0.3rem;
    border-radius: 1;
    width: 30%;
  }
  .industry .list2 li h3 {
    font-size: 0.3rem;
  }
}
