@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  background: rgba(250, 250, 250, 1);
}
li {
  list-style: none;
  cursor: pointer;
}
a {
  text-decoration: none;
}
.product-wrap {
  min-height: 200px;
  background: rgba(250, 250, 250, 1);
  overflow: hidden;
}
#headerbox {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
}

.logo {
  width: 141px;
}

.logoText {
  width: 68px;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}

.text1 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}

.text2 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
  letter-spacing: 5px;
  margin-top: 8px;
}

.nav-wrap {
  width: 780px;
  margin-left: auto;
}

.nav-wrap ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 16px;
  text-align: center;
  border-top: 2px solid #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333333;
  margin-right: 40px;
}

.nav-wrap ul li:nth-last-child(1) {
  margin-right: 0px;
}

.nav-wrap ul li.active {
  border-top: 2px solid #f53535;
  color: #f53535;
}

.nav-wrap ul li.active a {
  color: #f53535;
}

.nav-wrap ul li:hover {
  border-top: 2px solid #f53535;
}

.nav-wrap ul li:hover a {
  color: #f53535;
}

.nav-wrap ul li a {
  color: #333333;
}

.nav {
  display: flex;
  justify-content: flex-end;
}

.textImage {
  margin-left: 33px;
  width: 40px;
}
.banner-wrap {
  min-width: 1200px;
  height: 320px;
  background-image: url("../../img/productbanner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  margin-top: 81px;
}
.banner-text {
  height: 130px;
  width: 1120px;
  margin: 0 auto;
}
.banner-text p {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  margin-bottom: 20px;
}
.banner-text span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
}
.backstage-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: -68px;
}
.backstage{
  width: 180px;
  height: 120px;
  background: linear-gradient( 135deg, rgba(245, 85, 53, 1) 0%, rgba(191, 0, 32, 1) 100% );
  margin-top: 6px;
  margin-right: 20px;
}
.backstage img{
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}
.backstage span{
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-top: 8px;
}
.banner-list {
  height: 136px;
  display: flex;
}
.weblist {
  width: 1004px;
  height: 100px;
  margin-top: 6px;
  /* margin-left: 16px; */
  padding: 10px 0;
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.weblist ul {
  display: flex;
  width: 100%;
}
.weblist ul li {
  width: 250px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d8d8d8;
}
.weblist ul li:last-child {
  border-right: none;
}
/* .weblist ul li img {
  margin: 0 auto;
  display: block;
  height: 100%;
}*/
.weblist ul li .webimgs{
  margin: 0 auto;
  display: block;
}
.weblist ul li .web-img1{
  background-image: url("../../img/icon_homesite1.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 46px;
}
.weblist ul li.web-active .web-img1{
  background-image: url("../../img/icon_homesite2.png");
}

.weblist ul li .web-img2{
  background-image: url("../../img/icon／App端／未选中.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 50px;
}
.weblist ul li.web-active .web-img2{
  background-image: url("../../img/icon／App端／未选中 (1).png");
}
.weblist ul li .web-img3{
  background-image: url("../../img/icon／党建智慧屏 (2).png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 42px;
}
.weblist ul li.web-active .web-img3{
  background-image: url("../../img/icon／党建智慧屏2222.png");
}
.weblist ul li .web-img4{
  background-image: url("../../img/icon／党建一体机 (2).png");
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 50px;
}
.weblist ul li.web-active .web-img4{
  background-image: url("../../img/icon／党建一体机 (1).png");
}
.weblist ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
  margin-top: 10px;
}
.weblist ul li.web-active span{
  color: rgba(245, 53, 53, 1);
}
.product-main {
  width: 1200px;
  /* min-height: 1200px; */
  margin: 0 auto;
  background: rgba(250, 250, 250, 1);
  margin-top: 30px;
  display: none;
}
.product-left {
  width: 180px;
  /* min-height: 100px; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  float: left;
}

.frame {
  width: 180px;
  /* overflow-x: scroll; */
  /* height: 400px; */
}
.frame::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.frame::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius   : 5px;
	background-color: #f53530;
}
.frame::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
}
.frame > li {
  border-bottom: 1px solid #d8d8d8ff;
}
.navlist {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  position: relative;
  text-align: left;
}
.navlist img {
  vertical-align: middle;
  position: absolute;
  top: 25%;
  left: 10%;
}
.navlist .label {
  /* padding: 5px 10px; */
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  vertical-align: middle;
  margin-left: 50px;
}
.navlist .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: no-repeat center;
  /* float: right;
  margin: 10px 20px 0 0; */
  vertical-align: middle;
  position: absolute;
  top: 25%;
  right: 5%;
}
.arrow.down {
  background-image: url("../../img/箭头(1).png");
}
.arrow.up {
  background-image: url("../../img/箭头(2).png");
}
.menu {
  display: none;
}
.menu li {
  width: 180px;
  height: 40px;
  /* text-align: center; */
  line-height: 40px;
  display: flex;
}
.show {
  display: block;
}

/* .newst {
  vertical-align: middle;
} */
.menu li span {
  margin-left: 45px;
  /* vertical-align: middle;
  margin-right: 30px; */
}
.menu-active {
  background-color: #feeaeaff;
  border-right: 6px solid #f53530;
  box-sizing: border-box;
}
.menu li:hover{
  background-color: #feeaeaff;
  border-right: 6px solid #f53530;
  box-sizing: border-box;
}
.menu li .menu-new {
  width: 40px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-align: center;
  background: #f53530;
  color: #fff;
  font-size: 12px;
  /* float: right; */
  margin: 11px 20px 0 20px;
}
.product-right {
  width: 1000px;
  min-height: 200px;
  float: right;
  margin-left: 20px;
}
.product-floor{
  margin-bottom: 20px;
}
.test-span{
  /* width: 1200px; */
  /* height: 240px; */
  margin: 0 auto;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.test-span span{
  display: block;
  width: 800px;
  /* height: 120px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  /* text-align: center; */
  margin: 0 auto;
  /* margin-top: 20px; */
}
.test-wrap {
  width: 1000px;
  /* height: 240px; */
  margin: 0 auto;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.test-wrap p {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 40px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
.test-wrap span {
  display: block;
  width:100%;
  /* height: 120px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
.content {
  width:90%;
  margin: 0 auto;
}
.content img {
  width: 100%;
}
.spcial-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(245, 85, 53, 1) 0%,
    rgba(191, 0, 32, 1) 100%
  );
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-bottom: 40px;
  /* margin-top: 20px; */
}
.spcial-wrap p {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.spcial-function span {
  display: block;
  /* width: 115px; */
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.left-line,
.right-line {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 9px;
}
.left-line {
  left: 35%;
}
.right-line {
  right: 35%;
}
.spcial-list {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
}
.spcial-list ul {
  /*width: 100%;*/
  width: 940px;
  display: flex;
  /*justify-content: space-around;*/
  flex-flow: wrap;
  margin: 0 auto;
}

.spcial-list ul li {
  width: 280px;
  height: 140px;
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-image: url("../../img/特色功能／底部.png");
  background-size: 100% 100%;
  margin-right: 50px;
}

.spcial-list ul li:nth-child(3n+3){
   margin-right: 0px;  
}

.spcial-icon {
  width: 64px;
  height: 80px;
  /* float: left; */
  margin: 27px 0 0 15px;
  /* border-right: 1px solid #d8d8d8ff;
  padding-right: 10px; */
}
.spcial-line {
  width: 1px;
  height: 53px;
  background: #d8d8d8;
  position: absolute;
  left: 87px;
  top: 40px;
}
.spcial-icon img {
  display: block;
  margin: 0 auto;
}
.spcial-icon span {
  display: block;
  width: 64px;
  height: 24px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
}
.spcial-text {
  display: block;
  width: 175px;
  height: 80px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 19px;
  /* float: right; */
  overflow: hidden;
  margin: 27px 10px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-phone {
  width: 1000px;
  height: 510px;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
}
.product-img{
  width: 1000px;
 /* height: 510px; */
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
}
.product-img img{
  width: 100%;
  height: 100%;
  transition: all .5s;
 /* margin-top: 6px; */
}
.product-img h3{
	margin: 10px 5px;
}
.product-img img:hover{
	/* transform: scale(1.1); */
}
.middle {
  /* width: 800px; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.middle ul {
  display: flex;
  /* width: 717px;
  height: 444px;
  margin: 0 auto; */
  margin: 0 auto;
  margin-top: 20px;
}
.middle .swiper-slide{
  width: 222px !important;
  height: 444px;
}
.middle .swiper-slide img{
  width: 100%;
  height: 100%;
}
.middle .swiper-slide:nth-child(4){
  height: 420px;
    margin-top: 12px;
}
.middle ul li {
  width: 222px;
  height: 444px;
}
.middle ul li img{
  height: 100%;
}
.middle ul li:first-child {
  z-index: 1;
}
.middle ul li:nth-child(2) {
  margin-left: -90px;
  position: relative;
  z-index: 2;
}
.middle ul li:nth-child(3) {
  margin-left: -75px;
  position: relative;
  z-index: 3;
}
.middle ul li:nth-child(4) {
  margin-left: -62px;
  position: relative;
  z-index: 4;
  width: 222px;
  height: 415px;
  margin-top: 12px;
}
/* .middle ul li:nth-child(4) img {
  width: 222px;
  height: 415px;
} */
.middle ul li:last-child {
  margin-left: -77px;
  z-index: 5;
}
.middle ul li.middle-show{
  z-index: 9;
  transform: scale(1.2);
}
.swiper-slide-active{
  background: none !important;
  transform: scale(1.2) !important;
  z-index: 9;
}
.lbtn {
  width: 100px;
  height: 100px;
  align-self: center;
}
.rbtn {
  width: 100px;
  height: 100px;
  align-self: center;
}
.product-bottom {
  margin: 0 auto;
  background: #fff;
  height: 360px;
  min-width: 1200px;
  margin-top: 200px;
}
.bottom-wrap {
  width: 1200px;
  height: 298px;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8ff;
  display: flex;
  justify-content: space-between;
}
.bottom-concat {
  width: 240px;
  height: 60px;
  margin-top: 20px;
}
.bottom-concat ul {
  display: flex;
  justify-content: space-between;
}
.bottom-logo {
  width: 141px;
  height: 40px;
  margin-top: 80px;
}
.bottom-mid {
  width: 460px;
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.mid-left p,
.mid-right p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  margin-top: 10px;
}
.mid-left .mid-serve,
.mid-right .mid-concat,
.bottom-right .right-wechat {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.code {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-right: 40px;
}
.right-wechat {
  margin: 80px 0 14px 0;
}
.right-wechat img:first-child {
  margin-right: 20px;
}
.bottom-text span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  display: block;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  margin-top: 20px;
}
/* .serve-wrap {
  width: 160px;
  height: 107px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
} */
#newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap{
  bottom: 10px;
  /*background: transparent url('../img/悬浮／客服按钮.png') no-repeat !important;*/
}
/* .service img {
  width: 100%;
  height: 100%;
} */


.product-show{
  display: block;
  height: auto;
}



















/* .swiper-container-3d .swiper-slide-shadow-left{
  background-image: none;
} */

/* .middle .swiper-slide:first-child{
  margin-left: 40px;
}
.middle .swiper-slide:nth-child(2){
  margin-left: -92px;
}
.middle .swiper-slide:nth-child(3){
  margin-left: -84px;
  z-index: 4;
}
.middle .swiper-slide:nth-child(4){
  margin-left: -69px;
  z-index: 2;
}
.middle .swiper-slide:last-child{
  margin-left: -40px;
} */
.swiper-slide-active{
  background:#ff6600;
  color:#fff;
}
/* .swiper-slide .swiper-slide-active{
  transform: scale(1.5);
  z-index: 5;
} */
