* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "微软雅黑", 'OPPOSans', "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  line-height: 1;
  color: #000;
  font-weight: lighter;
}
a {
  text-decoration: none;
}
a:hover {
  color: #007CE8;
}
.mw {
  width: 14rem;
  overflow: hidden;
  margin: 0 auto;
}
.header {
  height: 1.14rem;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header .logo {
  float: left;
  width: 0.85rem;
  height: 0.68rem;
  margin-top: 0.24rem;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .memus {
  float: left;
  margin-left: 4.2rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.header .memus .menu {
  width: 1.6rem;
  text-align: center;
  font-size: 0.26rem;
  height: 0.64rem;
}
.header .memus .menu a {
  color: #fff;
  cursor: pointer;
  display: block;
}
.header .memus .menu .z {
  height: 0.26rem;
}
.header .memus .menu .submenus {
  margin-top: 0.38rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 2rem;
  margin-left: -0.19rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
  font-size: 0.26rem;
  visibility: hidden;
}
.header .memus .menu .submenus a {
  margin: 0.2rem;
  display: block;
  color: #fff;
}
.header .memus .menu .submenus a:hover {
  color: #42b556;
}
.header .memus .menu::after {
  content: " ";
  display: block;
  width: 0;
  height: 0.04rem;
  background-color: #42b556;
  transition: width 0.3s ease-in-out;
  margin-top: 0.34rem;
}
.header .memus .menu:hover > a {
  color: #42b556;
}
.header .memus .menu:hover::after {
  width: 100%;
}
.header .memus .menu:hover .submenus {
  opacity: 1;
  visibility: visible;
}
.header .memus .active > a {
  color: #42b556;
}
.header .memus .active::after {
  width: 100%;
}
.header .lang {
  float: right;
  width: 0.8rem;
  margin-top: 0.5rem;
}
.header .lang a {
  color: #42b556;
  display: block;
  overflow: hidden;
  height: 0.3rem;
}
.header .lang a span {
  display: block;
  width: 0.13rem;
  margin-top: 0.02rem;
  font-size: 0.14rem;
  color: #fff;
  float: right;
}
.header .lang a:last-child {
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.header .lang a:hover {
  color: #42b556;
}
.header .lang:hover a:last-child {
  opacity: 1;
}
.header:hover {
  background: rgba(0, 0, 0, 0.8);
}
.banner {
  overflow: hidden;
  width: 100%;
  height: 9.4rem;
}
.banner .swiper-slide {
  height: 9.94rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
.banner .swiper-slide .bigimg {
  width: 100%;
}
.banner .swiper-slide .bigimg img {
  width: 100%;
  display: block;
}
.banner .swiper-slide .fc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .animation_1 {
  margin-top: 3rem;
}
.banner .swiper-slide .animation_1 .row_1 {
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
  opacity: 0;
}
.banner .swiper-slide .animation_1 .row_1 img {
  width: 3.1rem;
}
.banner .swiper-slide .animation_1 .row_2 {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_1 .row_3 {
  font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0.52rem;
  line-height: 1.2;
  opacity: 0;
}
.banner .swiper-slide .animation_1 .row_4 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_1 .row_5 {
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0.52rem;
  opacity: 0;
}
.banner .swiper-slide .animation_1 .row_6 {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_2 {
  margin-top: 2.43rem;
}
.banner .swiper-slide .animation_2 .row_1 {
  font-size: 0.21rem;
  color: #fff;
  opacity: 0;
}
.banner .swiper-slide .animation_2 .row_2 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.34rem;
  opacity: 0;
}
.banner .swiper-slide .animation_2 .row_3 {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_2 .row_4 {
  margin-top: 0.5rem;
  overflow: hidden;
  display: flex;
  opacity: 0;
}
.banner .swiper-slide .animation_2 .row_4 .item {
  width: 1.8rem;
  overflow: hidden;
  display: flex;
}
.banner .swiper-slide .animation_2 .row_4 .item .icon {
  width: 0.39rem;
}
.banner .swiper-slide .animation_2 .row_4 .item .icon img {
  width: 100%;
}
.banner .swiper-slide .animation_2 .row_4 .item .text {
  margin-left: 0.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.26rem;
}
.banner .swiper-slide .animation_3 .row_1 {
  margin-top: 2.98rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
  opacity: 0;
}
.banner .swiper-slide .animation_3 .row_1 img {
  width: 4.4rem;
}
.banner .swiper-slide .animation_3 .row_2 {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.banner .swiper-slide .animation_3 .row_3 {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: #000;
  opacity: 0;
  line-height: 1.9;
}
.banner .swiper-slide .animation_4 {
  margin-top: 2.43rem;
}
.banner .swiper-slide .animation_4 .row_1 {
  font-size: 0.2rem;
  color: #fff;
  opacity: 0;
}
.banner .swiper-slide .animation_4 .row_2 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.34rem;
  opacity: 0;
}
.banner .swiper-slide .animation_4 .row_3 {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_4 .row_4 {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: #fff;
  opacity: 0;
  line-height: 1.6;
}
.banner .swiper-slide .animation_5 {
  margin-top: 2.43rem;
}
.banner .swiper-slide .animation_5 .row_1 {
  font-size: 0.2rem;
  color: #fff;
  opacity: 0;
}
.banner .swiper-slide .animation_5 .row_2 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.34rem;
  opacity: 0;
}
.banner .swiper-slide .animation_5 .row_3 {
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.2rem;
  opacity: 0;
}
.banner .swiper-slide .animation_5 .row_4 {
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: #fff;
  opacity: 0;
  line-height: 1.9;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-bottom: 0.6rem;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.64rem;
  border-radius: 0.01rem;
  height: 0.06rem;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #42b556;
}
.co-branding {
  height: 4.56rem;
  width: 100%;
  background-image: url("../images/brandbg.jpg");
  overflow: hidden;
  position: relative;
}
.co-branding .branding {
  transform: translateY(20%);
  opacity: 0;
  overflow: hidden;
}
.co-branding .left {
  float: left;
  width: 8.2rem;
}
.co-branding .left .title {
  width: 2.8rem;
}
.co-branding .left .title .t {
  margin-top: 0.56rem;
  color: #fff;
  width: 2.6rem;
  font-size: 0.32rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.co-branding .left .title .t::after {
  content: " ";
  display: block;
  width: 2.55rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}
.co-branding .left .title .et {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #fff;
}
.co-branding .left .items {
  display: flex;
  margin-top: 0.45rem;
  margin-left: -0.6rem;
}
.co-branding .left .items .item {
  width: 2.15rem;
  border-right: 0.02rem solid rgba(255, 255, 255, 0.8);
  text-align: center;
}
.co-branding .left .items .item img {
  height: 1.15rem;
  width: auto;
}
.co-branding .left .more {
  margin-top: 0.78rem;
  margin-left: 0.1rem;
}
.co-branding .left .more a {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.5);
}
.co-branding .right {
  float: right;
  width: 4.9rem;
}
.co-branding .right .slogan {
  margin-top: 0.6rem;
  font-size: 0.6rem;
  color: #fff;
  line-height: 1.26;
}
.co-branding .right .eslogan {
  margin-top: 0.2rem;
  font-size: 0.23rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}
.datas {
  width: 100%;
  height: 4.52rem;
  overflow: hidden;
  background-image: url(../images/data_bg.jpg);
  background-size: 100% 100%;
  position: relative;
  background-position: top center;
}
.datas .fc {
  width: 100%;
  height: 4.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: absolute;
}
.datas .left {
  float: left;
  width: 11rem;
}
.datas .left .items {
  display: flex;
  align-items: center;
  margin-top: 1.18rem;
  margin-left: -0.56rem;
}
.datas .left .items .item {
  width: 2.54rem;
  text-align: center;
  color: #fff;
}
.datas .left .items .item .t {
  font-size: 0.28rem;
}
.datas .left .items .item .n {
  margin-top: 0.5rem;
  font-size: 0.5rem;
  border-bottom: 0.03rem solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.3rem;
}
.datas .left .items .item .et {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.2rem;
}
.datas .right {
  float: right;
  width: 2.82rem;
  position: relative;
  height: 4.58rem;
}
.datas .right a {
  display: block;
  height: 4.52rem;
  line-height: 4.52rem;
  text-align: center;
  background: #777777;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.26rem;
}
.solution {
  width: 100%;
  height: 9rem;
  background-image: url(../images/data_bg.jpg);
  background-size: 100% 100%;
}
.solution .title {
  overflow: hidden;
  margin-top: 0.92rem;
}
.solution .title .left {
  float: left;
  width: 50%;
}
.solution .title .left .t {
  font-size: 0.5rem;
  color: #000;
  position: relative;
  padding-bottom: 0.3rem;
}
.solution .title .left .t::after {
  content: " ";
  display: block;
  width: 2rem;
  height: 0.02rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.solution .title .left .et {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
}
.solution .title .right {
  float: right;
  width: 50%;
  font-size: 0.22rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-top: 0.3rem;
}
.solution .items {
  display: flex;
  margin-top: 0.38rem;
}
.solution .items .item {
  width: 7rem;
  height: 5.66rem;
  position: relative;
  border-bottom: 0.08rem solid #bfbfbf;
}
.solution .items .item .fc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
.solution .items .item .fc .con {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  box-sizing: border-box;
  margin: 0.2rem 0.26rem 0.2rem 0.26rem;
}
.solution .items .item .fc .con .t {
  font-size: 0.26rem;
}
.solution .items .item .fc .con .d {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  line-height: 1.4;
  text-align: left;
}
.solution .items .item .fc .con .link {
  display: none;
  text-align: center;
  margin-top: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.26rem;
}
.solution .items .item img {
  width: 100%;
  display: block;
}
.solution .items .item:hover {
  border-bottom: 0.08rem solid #42b556;
}
.solution .items .item:hover .fc {
  background: rgba(0, 0, 0, 0.7);
}
.solution .items .item:hover .fc .con {
  color: #fff;
}
.stores {
  overflow: hidden;
  background: linear-gradient(to bottom, #6a6665, #bbbbbb);
  width: 100%;
}
.stores .title {
  overflow: hidden;
  margin-top: 0.92rem;
}
.stores .title .left {
  float: left;
  width: 50%;
}
.stores .title .left .t {
  font-size: 0.5rem;
  color: #fff;
  position: relative;
  padding-bottom: 0.3rem;
}
.stores .title .left .t::after {
  content: " ";
  display: block;
  width: 2rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.stores .title .left .et {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.stores .title .right {
  float: right;
  width: 50%;
  font-size: 0.22rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  margin-top: 0.3rem;
}
.stores .store {
  margin-top: 0.4rem;
}
.stores .store .citys {
  height: 0.6rem;
  display: flex;
  background-color: #000;
}
.stores .store .citys .city {
  width: 1.56rem;
}
.stores .store .citys .city .t {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.26rem;
  cursor: pointer;
}
.stores .store .citys .city .subs {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 1.56rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
  z-index: 9999;
  visibility: hidden;
}
.stores .store .citys .city .subs .sub {
  margin: 0.2rem;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.22rem;
  cursor: pointer;
  line-height: 1.2;
}
.stores .store .citys .city .subs .sub:hover {
  color: #fff;
}
.stores .store .citys .city::after {
  content: " ";
  display: block;
  width: 0;
  height: 0.04rem;
  background-color: #42b556;
  transition: width 0.3s ease-in-out;
  margin-top: -0.04rem;
  z-index: 9999;
}
.stores .store .citys .city:hover .t {
  color: #fff;
}
.stores .store .citys .city:hover::after {
  width: 100%;
}
.stores .store .citys .city:hover .subs {
  visibility: visible;
  opacity: 1;
}
.stores .store .store_swiper {
  width: 100%;
  height: 6.12rem;
}
.stores .store .store_swiper .swiper-slide {
  height: 6.12rem;
  position: relative;
}
.stores .store .store_swiper .swiper-slide .fc {
  position: absolute;
  left: 0;
  bottom: -0.06rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 0.27rem 0.34rem 0.33rem 0.34rem;
}
.stores .store .store_swiper .swiper-slide .fc .t {
  color: #fff;
  font-size: 0.22rem;
}
.stores .store .store_swiper .swiper-slide .fc .d {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
}
.stores .store .store_swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.qrcodes {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 4.56rem;
}
.qrcodes .bgimg {
  width: 100%;
}
.qrcodes .bgimg img {
  display: block;
  width: 100%;
}
.qrcodes .fc {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.qrcodes .items {
  display: flex;
  margin: 1.55rem auto 0 auto;
  width: 10.54rem;
}
.qrcodes .items .item {
  width: 1.1rem;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.qrcodes .items .item .img {
  width: 100%;
  margin-top: 0.36rem;
}
.qrcodes .items .item .img img {
  width: 100%;
}
.qrcodes .items .item .info {
  text-align: center;
}
.qrcodes .items .item .info .t {
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 0.02rem;
}
.qrcodes .items .item .info .d {
  display: inline-block;
  margin: 0 auto;
  margin-top: 0.08rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border: 0.02rem solid rgba(255, 255, 255, 0.6);
  border-radius: 0.2rem;
  padding: 0.04rem 0.06rem;
}
.qrcodes .items .logo {
  width: 2.14rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.qrcodes .items .logo .img {
  margin-top: 0;
}
.bottom {
  width: 100%;
  background: #000;
  box-sizing: border-box;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.bottom .contact {
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.bottom .contact span {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.bottom .copy {
  margin-top: 0.1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.bottom .copy a,
.bottom .copy span {
  font-size: 0.13rem;
  margin-left: 0.02rem;
  margin-right: 0.02rem;
  color: rgba(255, 255, 255, 0.5);
}
.page_ip {
  width: 100%;
}
.page_ip .banner {
  width: 100%;
  height: 9.92rem;
  background: #293b4f;
}
.page_ip .scenes,
.page_ip .product {
  width: 100%;
  background-image: url("../images/ipbg_1.jpg");
  overflow: hidden;
  padding-bottom: 0.7rem;
}
.page_ip .scenes .title,
.page_ip .product .title {
  margin-top: 0.8rem;
}
.page_ip .scenes .title .t,
.page_ip .product .title .t {
  color: #000;
  font-size: 0.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.page_ip .scenes .title .t::after,
.page_ip .product .title .t::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_ip .scenes .title .et,
.page_ip .product .title .et {
  margin-top: 0.2rem;
  color: #000;
  font-size: 0.2rem;
}
.page_ip .scenes .tabs,
.page_ip .product .tabs {
  display: flex;
  min-width: max-content;
  justify-content: center;
  margin-top: 0.44rem;
}
.page_ip .scenes .tabs .tab,
.page_ip .product .tabs .tab {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  font-size: 0.36rem;
  color: #000;
  height: 0.7rem;
  line-height: 0.7rem;
  cursor: pointer;
  position: relative;
}
.page_ip .scenes .tabs .tab::after,
.page_ip .product .tabs .tab::after {
  position: absolute;
  content: " ";
  display: block;
  width: 0;
  height: 0.04rem;
  background-color: #42b556;
  transition: width 0.3s ease-in-out;
  left: 0;
  bottom: 0;
}
.page_ip .scenes .tabs .tab:hover::after,
.page_ip .product .tabs .tab:hover::after {
  width: 100%;
}
.page_ip .scenes .tabs .active,
.page_ip .product .tabs .active {
  color: #42b556;
}
.page_ip .scenes .tabs .active::after,
.page_ip .product .tabs .active::after {
  width: 100%;
}
.page_ip .scenes .contents,
.page_ip .product .contents {
  margin-top: 0.5rem;
}
.page_ip .scenes .contents .content,
.page_ip .product .contents .content {
  width: 100%;
  display: none;
}
.page_ip .scenes .contents .content .items,
.page_ip .product .contents .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -0.42rem;
}
.page_ip .scenes .contents .content .items .item,
.page_ip .product .contents .content .items .item {
  width: 4.38rem;
  height: 3.16rem;
  margin-left: 0.42rem;
  margin-bottom: 0.42rem;
  position: relative;
  cursor: pointer;
}
.page_ip .scenes .contents .content .items .item img,
.page_ip .product .contents .content .items .item img {
  width: 4.38rem;
  height: 3.16rem;
}
.page_ip .scenes .contents .content .items .item .fc,
.page_ip .product .contents .content .items .item .fc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.page_ip .scenes .contents .content .items .item .fc .info,
.page_ip .product .contents .content .items .item .fc .info {
  width: 100%;
  box-sizing: border-box;
  margin-left: 0.28rem;
  margin-right: 0.28rem;
}
.page_ip .scenes .contents .content .items .item .fc .info .t,
.page_ip .product .contents .content .items .item .fc .info .t {
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  line-height: 1.4;
}
.page_ip .scenes .contents .content .items .item .fc .info .d,
.page_ip .product .contents .content .items .item .fc .info .d {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  font-size: 0.18rem;
}
.page_ip .scenes .contents .content .items .item:hover .fc,
.page_ip .product .contents .content .items .item:hover .fc {
  opacity: 1;
}
.page_ip .scenes .contents .active,
.page_ip .product .contents .active {
  display: block;
  opacity: 1;
}
.page_ip .product {
  background-color: #25374b;
  background-image: url("../images/productbg.jpg");
  background-size: 100% 100%;
}
.page_ip .product .title .t {
  color: #fff;
}
.page_ip .product .title .t::after {
  background-color: #fff;
}
.page_ip .product .title .et {
  color: rgba(255, 255, 255, 0.8);
}
.page_ip .product .tabs .tab {
  color: #fff;
}
.about {
  width: 100%;
}
.about .brand {
  width: 100%;
  background-image: url("../images/brandbg.jpg");
  overflow: hidden;
  padding-bottom: 0.7rem;
}
.about .brand .title {
  margin-top: 0.6rem;
}
.about .brand .title .t {
  color: #fff;
  font-size: 0.5rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.about .brand .title .t::after {
  content: " ";
  display: block;
  width: 4.9rem;
  height: 0.02rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .brand .title .et {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.2rem;
}
.about .brand .items {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.about .brand .items .item {
  width: 2.86rem;
}
.about .brand .items .item .icon {
  text-align: center;
}
.about .brand .items .item .icon img {
  width: 1.2rem;
  height: 1.2rem;
}
.about .brand .items .item .t {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}
.about .brand .items .item .d {
  margin-top: 0.28rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}
.about .team {
  width: 100%;
  background-image: url("../images/teambg.jpg");
  height: 5.6rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #1a1a1a;
}
.about .team .info {
  margin-top: 0.92rem;
  color: #fff;
}
.about .team .info .t {
  font-size: 0.5rem;
  letter-spacing: 0.06rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.about .team .info .t::after {
  content: " ";
  display: block;
  width: 2.2rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .team .info .et {
  margin-top: 0.2rem;
}
.about .team .info .d {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.about .supplychain {
  width: 100%;
  height: 8.8rem;
  background-image: url(../images/data_bg.jpg);
}
.about .supplychain .title {
  overflow: hidden;
  margin-top: 0.92rem;
}
.about .supplychain .title .left {
  float: left;
  width: 50%;
}
.about .supplychain .title .left .t {
  font-size: 0.5rem;
  color: #000;
  position: relative;
  padding-bottom: 0.3rem;
}
.about .supplychain .title .left .t::after {
  content: " ";
  display: block;
  width: 3.5rem;
  height: 0.02rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .supplychain .title .left .et {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
}
.about .supplychain .title .right {
  float: right;
  width: 50%;
  font-size: 0.22rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-top: 0.3rem;
}
.about .supplychain .content {
  margin-top: 0.42rem;
  position: relative;
}
.about .supplychain .content .bgimg {
  width: 100%;
}
.about .supplychain .content .bgimg img {
  width: 14rem;
  height: 5.66rem;
}
.about .supplychain .content .fc {
  position: absolute;
  box-sizing: border-box;
  margin-top: 0.68rem;
  margin-left: 0.46rem;
  top: 0;
  bottom: 0;
  width: 100%;
}
.about .supplychain .content .row {
  overflow: hidden;
}
.about .supplychain .content .row .icon {
  width: 0.31rem;
  height: 0.38rem;
  float: left;
}
.about .supplychain .content .row .icon img {
  width: 100%;
  display: block;
}
.about .supplychain .content .row .t {
  margin-left: 0.14rem;
  width: 8rem;
  float: left;
  font-size: 0.3rem;
  color: #000;
  height: 0.38rem;
  line-height: 0.38rem;
}
.about .supplychain .content .row .area {
  float: left;
  width: 8rem;
  margin-left: 0.14rem;
  font-size: 0.22rem;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 0.1rem;
  line-height: 1.5;
}
.about .supplychain .content .row .area .num {
  font-size: 0.46rem;
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}
.about .supplychain .content .row .area .fg {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.about .supplychain .content .mt {
  margin-top: 0.4rem;
}
.about .partner {
  width: 100%;
  height: 9.08rem;
  background-image: url(../images/partnerbg.jpg);
  background-size: auto 100%;
}
.about .partner .title {
  overflow: hidden;
  margin-top: 0.92rem;
}
.about .partner .title .left {
  float: left;
  width: 50%;
}
.about .partner .title .left .t {
  font-size: 0.5rem;
  color: #fff;
  position: relative;
  padding-bottom: 0.3rem;
}
.about .partner .title .left .t::after {
  content: " ";
  display: block;
  width: 2rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .partner .title .left .et {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.about .partner .title .right {
  float: right;
  width: 50%;
  font-size: 0.22rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  margin-top: 0.3rem;
}
.page_store {
  width: 100%;
}
.page_store .operatormodel {
  width: 100%;
  padding-bottom: 1.2rem;
  background-image: url(../images/modelbg.jpg);
}
.page_store .operatormodel .title {
  margin-top: 0.8rem;
}
.page_store .operatormodel .title .t {
  color: #000;
  font-size: 0.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.page_store .operatormodel .title .t::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_store .operatormodel .title .et {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.2rem;
}
.page_store .operatormodel .content {
  overflow: hidden;
  margin-top: 0.6rem;
}
.page_store .operatormodel .content .left {
  float: left;
  width: 6.48rem;
}
.page_store .operatormodel .content .left img {
  width: 100%;
  display: block;
}
.page_store .operatormodel .content .right {
  float: right;
  width: 6.48rem;
  margin-top: 0.4rem;
}
.page_store .operatormodel .content .right p {
  font-size: 0.3rem;
  color: #000;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}
.page_store .chainlayout {
  width: 100%;
  padding-bottom: 1.4rem;
  background-image: url(../images/ipbg_1.jpg);
  max-width: 100%;
  overflow: hidden;
}
.page_store .chainlayout .title {
  margin-top: 0.8rem;
}
.page_store .chainlayout .title .t {
  color: #000;
  font-size: 0.5rem;
  display: inline-block;
  position: relative;
  padding-bottom: 0.3rem;
}
.page_store .chainlayout .title .t::after {
  content: " ";
  display: block;
  width: 4rem;
  height: 0.02rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_store .chainlayout .title .et {
  margin-top: 0.2rem;
  color: #666666;
  font-size: 0.2rem;
}
.page_store .chainlayout .content {
  margin-top: 0.6rem;
}
.page_store .chainlayout .content p {
  text-align: center;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.28rem;
}
.page_store .chainlayout .slider {
  height: 6.1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.88rem;
  position: relative;
}
.page_store .chainlayout .slider .fc {
  position: absolute;
  width: 3.8rem;
  height: 5.83rem;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 999;
}
.page_store .chainlayout .slider .left {
  left: 0;
}
.page_store .chainlayout .slider .right {
  right: 0;
}
.page_store .chainlayout .slider .swiper-slide {
  height: 5.83rem;
  position: relative;
}
.page_store .chainlayout .slider .swiper-slide img {
  width: 100%;
}
.page_store .chainlayout .slider .swiper-slide-active {
  width: 100%;
}
.page_store .chainlayout .slider .swiper-slide-next::after,
.page_store .chainlayout .slider .swiper-slide-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}
.page_store .chainlayout .slider .btns {
  float: right;
  width: 2rem;
  overflow: hidden;
  text-align: center;
  margin-right: 1.3rem;
}
.page_store .chainlayout .slider .btns .prev,
.page_store .chainlayout .slider .btns .next {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: #fff;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 0.12rem;
}
.page_store .chainlayout .slider .btns .prev img,
.page_store .chainlayout .slider .btns .next img {
  width: 0.5rem;
  height: 0.5rem;
}
.page_store .chainlayout .slider .btns .prev:hover,
.page_store .chainlayout .slider .btns .next:hover {
  background: #e6d1bc;
}
.tanfang {
  width: 100%;
}
.tanfang .operatormodel {
  width: 100%;
  padding-bottom: 0.6rem;
  background-color: #814837;
}
.tanfang .operatormodel .title {
  margin-top: 0.8rem;
}
.tanfang .operatormodel .title .t {
  color: #fff;
  font-size: 0.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.tanfang .operatormodel .title .t::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tanfang .operatormodel .title .et {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
}
.tanfang .operatormodel .title .td {
  margin-top: 0.34rem;
  color: #fff;
  font-size: 0.2rem;
}
.tanfang .operatormodel .content {
  margin-top: 0.75rem;
}
.tanfang .operatormodel .content .left {
  float: left;
  width: 9.66rem;
}
.tanfang .operatormodel .content .left .items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tanfang .operatormodel .content .left .items .item {
  width: 4.68rem;
  height: 3.29rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.3rem;
}
.tanfang .operatormodel .content .left .items .item img {
  width: 4.68rem;
  height: 3.29rem;
}
.tanfang .operatormodel .content .left .items .item .t1 {
  font-size: 0.26rem;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0.46rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.tanfang .operatormodel .content .left .items .item .fc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tanfang .operatormodel .content .left .items .item .fc .info {
  margin: 0.44rem;
}
.tanfang .operatormodel .content .left .items .item .fc .info .info_t {
  color: #fff;
  font-size: 0.26rem;
}
.tanfang .operatormodel .content .left .items .item .fc .info .info_d {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  line-height: 1.8;
}
.tanfang .operatormodel .content .left .items .item:hover .t1 {
  opacity: 0;
}
.tanfang .operatormodel .content .left .items .item:hover .fc {
  opacity: 1;
}
.tanfang .operatormodel .content .right {
  float: right;
  width: 4.04rem;
  height: 6.88rem;
}
.tanfang .operatormodel .content .right img {
  width: 100%;
}
.tanfang .nationwidelayout {
  width: 100%;
  padding-bottom: 0.6rem;
  background-image: url(../images/ipbg_1.jpg);
}
.tanfang .nationwidelayout .title {
  margin-top: 0.8rem;
}
.tanfang .nationwidelayout .title .t {
  color: #000;
  font-size: 0.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.tanfang .nationwidelayout .title .t::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tanfang .nationwidelayout .title .et {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.2rem;
}
.tanfang .nationwidelayout .items {
  margin-top: 0.5rem;
  overflow: hidden;
  margin-left: -0.18rem;
  display: flex;
}
.tanfang .nationwidelayout .items .item {
  overflow: hidden;
  float: left;
  margin-left: 0.18rem;
  width: 4.55rem;
  background-color: #fff;
}
.tanfang .nationwidelayout .items .item .img {
  width: 4.55rem;
  height: 3.23rem;
  overflow: hidden;
}
.tanfang .nationwidelayout .items .item .img img {
  width: 4.55rem;
  height: 3.23rem;
  transition: transform 0.3s ease-in-out;
}
.tanfang .nationwidelayout .items .item .img:hover img {
  transform: scale(1.1);
}
.tanfang .nationwidelayout .items .item .info {
  margin: 0.2rem 0.3rem;
}
.tanfang .nationwidelayout .items .item .info .area {
  overflow: hidden;
  text-align: left;
}
.tanfang .nationwidelayout .items .item .info .area .icon {
  width: 0.15rem;
  display: inline-block;
}
.tanfang .nationwidelayout .items .item .info .area .icon img {
  width: 100%;
  display: block;
}
.tanfang .nationwidelayout .items .item .info .area .t {
  display: inline-block;
  font-size: 0.16rem;
  color: #319c44;
}
.tanfang .nationwidelayout .items .item .info .bt {
  color: #000;
  font-size: 0.25rem;
  margin-top: 0.2rem;
}
.tanfang .nationwidelayout .items .item .info .d {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
  margin-top: 0.16rem;
  line-height: 1.4;
}
