.product-main{
	padding:2vw 0;
}
.list-product{
	display: block;
	width: 100%;
}
.list-product .item{
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 1vw;
}
.list-product .product{
	display: block;
	padding: 1vw;
	width:94%;
	height: 100%;
	cursor: pointer;
	margin: 0 auto;
	box-sizing: border-box;
	background: #EEF2FB;
	border: 2px solid #EEF2FB;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.list-product .product h5{
	display: block;
	  font-weight: normal;
	  font-size: 1vw;
	  text-align: center;
	  color: #1a1a1a;
	  height:3vw;
	  margin-bottom: 0.5vw;
	  line-height: 1.5vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.list-product .product .imgBox{
	height: 12vw;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-product .product .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.list-product .product:hover{
	border: 2px solid #2E8AE5;
	background: #FFF;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.list-product .product:hover h5{
	color: #2E8AE5;	
}

.list-product .product:hover .img{
	color: #2E8AE5;
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.list-product.list-product-software .item{
	width: 25%;
}
.list-product.list-product-software .product h5{
	margin-top: 0.5vw;
	margin-bottom: 0;
}
.list-product.list-product-software .product .imgBox .img{
	mix-blend-mode: normal;
}

.product-navtab{
	display: block;
	background: #FFF;
	width: 100%;
	margin:0 auto 2vw auto;
		
	/*-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-box-shadow: 0px 0.2vw 1vw rgba(0,0,0,0.03);
	box-shadow: 0px 0.2vw 1vw rgba(0,0,0,0.03);*/
}
.product-navtab .product-navtab-title{
	display: block;
	position: relative;
	background: #2E8AE5;
}
.product-navtab .product-navtab-title .line{
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(75,176,253,0) 0%, #4ab0ed 40%, #4ab0ed 70%, rgba(75,176,253,0) 100%);
}
.product-navtab .product-navtab-title .item{
	display: block;
	float: left;
	width: 50%;
	padding: 0.8vw 0;
	position: relative;
}
.product-navtab .product-navtab-title .item .bg{
	display: none;
	position: absolute;
	z-index: 0;
	left: 0%;
	bottom:0;
	width: 105%;
	height: 120%;
	overflow: hidden;
}
.product-navtab .product-navtab-title .item .bg:after{
	position: absolute;
	display: block;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.product-navtab .product-navtab-title .item .bg .img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.product-navtab .product-navtab-title .item .bg .icon{
	display: block;
	width: auto;
	height: 100%;
	z-index: 1;
	right: 10%;
	bottom: -20%;
	position: absolute;
}
.product-navtab .product-navtab-title .item .h4{
	display: block;
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 0 2vw;
}
.product-navtab .product-navtab-title .item .h4 h4{
	display: block;
	font-size: 1.5vw;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
}
.product-navtab .product-navtab-title .item .h4 p{
	display: block;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	color: rgba(255, 255, 255, 0.5);
}
.product-navtab .product-navtab-title .item .h4 em{
	display: block;
	font-size: 1.5vw;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
}
.product-navtab .product-navtab-title .item .h4 .txt{
	display: block;
	float: left;
}
.product-navtab .product-navtab-title .item .h4 .number{
	float: left;
	display: block;
	height: 100%;
	margin-right: 0.4vw;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: 200;
	font-size: 1.5vw;
}
.product-navtab .product-navtab-title .item .h4 .number .img{
	display: block;
	width: 1.5vw;
	height: auto;
}
.product-navtab .product-navtab-title .item.current .bg{
	display: block;
}
.product-navtab .product-navtab-title .item.current .h4 em{
	color: #FFF;
}
.product-navtab .product-navtab-title .item:last-child .bg{
	right: 0%;
	left: auto;
}

.product-navtab .product-navtab-con{
	display: block;
	padding: 1vw;
}
.product-navtab .product-navtab-con .link,.product-navtab .product-navtab-con a{
	display: inline-block;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	padding: 0.5vw 1vw;
	margin: 0.2vw;
	color: #419AFC;
	font-size: 0.8vw;
}
.product-navtab .product-navtab-con .link:hover,.product-navtab .product-navtab-con a:hover{
	background:#F8F8F8;
	color: #419AFC;
}
.product-navtab .product-navtab-con .link.current{
	background:#2E8AE5;
	color: #FFF;
}

.moreBut{
	display: inline-block;
	padding:0 1.5vw;
	height: 2.5vw;
	line-height: 2.5vw;
	font-weight: normal;
	font-size: 1vw;
	color: #2E8AE5;
	margin: 0 auto;
	position:relative;
	text-align: center;
	border: 1px solid #2E8AE5;
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.moreBut .icon-right{
	display: inline-block;
	width: 1vw;
	height: 2.5vw;
	font-size: 0;
	margin-left: 0.2vw;
	vertical-align: top;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background:url("../images/icon/icon-right-blue.png") no-repeat center center;
	background-size:40% auto;
}
.moreBut:hover{
	color: #2E8AE5;
	border: 1px solid #2E8AE5;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.5);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.5);
	-webkit-transform: translateY(-0.2vw);
	transform: translateY(-0.2vw);
}
.moreBut:hover .icon-right{
	-webkit-transform: translateX(0.5vw);
	transform: translateX(0.5vw);
}

.product-banner{
	display: block;
	height:auto;
	min-height: 30vh;
	background:#E9EAEB;
	background-size:cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.product-banner .bannerbg{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 0;
	text-align: center;
}
.product-banner .bannerbg .img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
}
.product-banner .bannerbg .m-img{
	display: none;
}
.product-banner .product-photo{
	display: block;
	text-align: center;
	position: absolute;
	width: auto;
	height: 90%;
	bottom: -15%;
	right:65%;
	z-index: 0;
	-webkit-object-fit: contain;
	object-fit: contain;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;  /*正片叠底 免扣白色底*/
}
.product-banner .product-photo .img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	-webkit-object-fit: contain;
	object-fit: contain;
}
.product-banner .banner-content{
	position: relative;
	display: block;
	z-index: 1;
	text-align: center;
	padding: 8vw 0 5vw 0;
}
.product-banner .banner-content h1{
	display: block;
	line-height: 180%;
	font-weight: bold;
	font-size: 2vw;
	color: #2E8AE5;
}
.product-banner .banner-content h1 a{
	line-height: 180%;
	font-weight: bold;
	font-size: 2vw;
	color: #2E8AE5;
}
.product-banner .banner-content h1 a:hover{
	color: #2170DC;
}
.product-banner .banner-content p{
	line-height: 180%;
	font-weight: normal;
	font-size: 1.1vw;
}
.product-banner .banner-content .button{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.product-banner .banner-content .button .link{
	display: inline-block;
	margin-right: 2vw;
	line-height: 120%;
	padding: 0 2vw 0 1vw;
	font-weight: normal;
	background:#2E8AE5;
	color: #FFF;	
	-webkit-border-radius: 2000px;
	border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.product-banner .banner-content .button .link:hover{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: #2170DC;
}
.product-banner .banner-content .button .icon{
	display: inline-block;
	vertical-align: middle;
	width: 2.5vw;
	height: 2.5vw;
	background: #4ab0ed;
	-webkit-filter: brightness(1000);
	filter: brightness(1000);
}
.product-banner .banner-content .button .icon.icon-customer{	
	background:url("../images/icon/icon-sideBar-kf.png") no-repeat center center;
	background-size:70% 70%;
}
.product-banner .banner-content .button .icon.icon-tel{	
	background:url("../images/icon/icon-sideBar-tel.png") no-repeat center center;
	background-size:70% 70%;
}

.intitle{
	display: block;
	  font-weight: bold;
	  font-size: 1.4vw;
	  padding: 0 0 2vw 0;
	  white-space: nowrap;
	  text-align: center;
	  align-items: center;
	  color: #1a1a1a;
}
.product-main-content{
	display: block;
	background: #FFF;
	padding: 2vw;
}
.product-main-swiper{
	display: block;
	width: 40%;
	float: left;
}
.product-main-content-right{
	display: block;
	width: 58%;
	float: right;
}
.product-maxswiper {
      position: relative;
	  overflow: hidden;
	  background: #fff;
	  border: 1px solid #EEE;
	  margin-bottom: 15px;
	  -webkit-border-radius: 0.5vw;
	  border-radius: 0.5vw;
}

.product-maxswiper .swiper-slide {
	  height: 25vw;
	  position: relative;
      display: block;
}
.product-maxswiper .swiper-slide .imgBox{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.product-maxswiper .swiper-slide .model{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	bottom: 5%;
	text-align: center;
}
.product-maxswiper .swiper-slide .model .txt{
	display: inline-block;
	padding: 0 2vw;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-backdrop-filter: blur(3vw);
	backdrop-filter: blur(3vw);
}
.product-maxswiper .swiper-slide img {
      display: inline-block;
	  position: relative;
	  z-index: 0;
	  width: auto;
	  height: auto;
      max-width: 100%;
      max-height: 25vw;
	  -webkit-object-fit: contain;
      object-fit: contain;
	  margin: auto;
}

.product-minswiper {
      width: 100%;
			position: relative;
      margin-left: auto;
      margin-right: auto;
}

.product-minswiper .swiper-slide {
      width: 25%;
      height: 7vw;
	  background: #F8F8F8;
	  padding: 1vw;
	  display: block;
	  border: 2px solid #F8F8F8;
	  -webkit-border-radius: 0.5vw;
	  border-radius: 0.5vw;
}
.product-minswiper .swiper-slide.hide{
	display: none;
}
.product-minswiper .swiper-slide .imgBox{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.product-minswiper .swiper-slide .model{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
	left: 0;
	bottom: 5%;
	text-align: center;
}
.product-minswiper .swiper-slide .model .txt{
	display: inline-block;
	padding: 0 0.5vw;
	line-height: 180%;
	font-size: 0.5vw;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-backdrop-filter: blur(3vw);
	backdrop-filter: blur(3vw);
}
.product-minswiper .swiper-slide-thumb-active {
      background: #FFF;
	  border: 2px solid #2E8AE5;
}

.product-minswiper .swiper-slide img {
      display: inline-block;
	  width: auto;
	  height: auto;
      max-width: 100%;
      max-height: 100%;
	  -webkit-object-fit: contain;
      object-fit: contain;
	  margin: auto;
}
.product-maxswiper .swiper-button-prev,.product-maxswiper .swiper-button-next{
	color: #1a1a1a;
}

.h3title{
	display: block;
    font-weight: bold;
	line-height: 180%;
    font-size: 1.2vw;
    white-space: nowrap;
    text-align: left;
    color: #2E8AE5;
}

.product-title{
	display: block;
	padding-bottom: 2vw;
}
.product-title h1{
	display: block;
	line-height: 180%;
	font-weight: bold;
	font-size: 2vw;
	color: #2E8AE5;
}
.product-title h1 a{
	line-height: 180%;
	font-weight: bold;
	font-size: 2vw;
	color: #2E8AE5;
}
.product-title h1 a:hover{
	color: #2170DC;
}
.product-title p{
	line-height: 180%;
	font-weight: normal;
	font-size: 1.1vw;
}

.product-overview{
	display: block;
}

.product-parameter{
	display: block;
	margin-top: 2vw;
}
.product-main-content-right .text{
	display: block;
}
.product-main-content-right .text p{
	display: block;
	text-align: left;
	line-height: 180%;
	font-size: 1vw;
}
.product-main-content-right .text ol{
	display: block;
	text-align: left;
	padding-left: 1vw;
}
.product-main-content-right .text ol li{
	list-style-type: decimal;
	line-height: 200%;
	font-size: 1vw;
}

.related-products{
	background: #FFF;
	padding: 2vw 0;
}
.related-products-box{
	display: block;
	position: relative;
}
.related-products-list{
	display: block;
	position: relative;
}
.related-products-list .swiper-slide {
      text-align: center;
	  width: 19%;
	  margin-right: 1%;
	  float: left;
	  margin-bottom: 2vw;
      display: inline-block;
      justify-content: center;
      align-items: center;
}
.related-products-list .swiper-slide:last-child{
		margin-right: 0;
	}
.related-products-box .product-next{
	display: block;
	content: "";
	width: 3vw;
	height: 3vw;
	cursor: pointer;
	position: absolute;
	right: -4vw;
	top: 50%;
	margin-top: -1.5vw;
	z-index: 1;
	border: 1px solid #EEF2FB;
	background:#FFF url("../images/icon/icon-next.png") no-repeat center center;
	background-size: 40% 40%;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.related-products-box .product-prev{
	display: block;
	content: "";
	width: 3vw;
	height: 3vw;
	cursor: pointer;
	position: absolute;
	left: -4vw;
	top: 50%;
	margin-top: -1.5vw;
	z-index: 1;
	border: 1px solid #EEF2FB;
	background:#FFF url("../images/icon/icon-prev.png") no-repeat center center;
	background-size: 40% 40%;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.related-products-box .product-next:hover,.related-products-box .product-prev:hover{
	border: 1px solid #2E8AE5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.related-products-list .product{
	display: block;
	padding: 1vw;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #EEF2FB;
	border: 2px solid #EEF2FB;
	overflow: hidden;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.related-products-list .product h5{
	display: block;
	  font-weight: normal;
	  text-align: center;
	  color: #1a1a1a;
	  height:3vw;
	  margin-bottom: 0.5vw;
	  line-height: 1.5vw;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  text-overflow: ellipsis;
	  overflow: hidden;
}
.related-products-list .product .imgBox{
	height: 13vw;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;	
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.related-products-list .product .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	/*mix-blend-mode: multiply;*/
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.related-products-list .product:hover{
	border: 2px solid #2E8AE5;
	background: #FFF;
	-webkit-box-shadow: 0 0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	box-shadow: 0  0.1vw 1.5vw rgba(65, 153, 252, 0.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.related-products-list .product:hover h5{
	color: #2E8AE5;	
}

.related-products-list .product:hover .img{
	color: #2E8AE5;
	-webkit-transform: translateY(-0.5vw);
	transform: translateY(-0.5vw);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.related-products-list .swiper-pagination-bullet {
	background: #2E8AE5;
	background: rgba(65, 153, 252, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	width: 0.5vw;
	height: 0.5vw;
	margin: 0 0.2vw!important;
}

.related-products-list .swiper-pagination-bullet-active {
	background: #2E8AE5;
	background: rgba(65, 153, 252, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	width: 1vw;
}
.manage-system{
	background: #FFF;
	margin-top: 2vw;
	padding: 2vw;
}
.manage-system-tab{
	display: block;
	text-align: center;
}
.manage-system-tab .item{
	display: inline-block;
	background: #F8F8F8;
	text-align:center;
	line-height: 180%;
	padding: 0.5vw 2vw;
	margin: 0 1%;
	cursor: pointer;
	border-radius: 2000px;
	-webkit-border-radius: 2000px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.manage-system-tab .item:hover{
	background:#EEE;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.manage-system-tab .item.active{
	background:#2E8AE5;
	color: #FFF;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.manage-system-swiper {
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
}

.manage-system-swiper .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;	
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
	  flex-wrap: wrap;
    }
.manage-system-swiper .swiper-slide .item{
	display: inline-block;
	position: relative;
	max-width: 46%;
	margin: 2vw 1% 0 1%;
}
.manage-system-swiper .swiper-slide .imgBox {
      display: block;
	  position: relative;
	  padding: 1%;
	  height: 22vw;
	  
    }
.manage-system-swiper .swiper-slide .imgBox .ipad-bg{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background:url("../images/ipad.png") no-repeat center center;
	background-size: 100% 100%;
}
.manage-system-swiper .swiper-slide .imgBox .img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
	-webkit-object-fit: cover;
	object-fit: cover;
}
.manage-system-swiper .swiper-slide .txt{
	padding-top: 1vw;
}
.manage-system-swiper .swiper-slide .txt p{
	text-align: center;
}


.popup-template {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  max-height: 70vh;
  transform: -webkit-translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
  z-index: 1000;
  overflow: hidden;
  padding: 2vw;
  border-radius: 1vw;
  -webkit-border-radius: 1vw;
  -webkit-animation: popIn 0.3s ease-out;
  animation: popIn 0.3s ease-out;
}
.popup-template .bg{
	position: absolute;
	z-index: 0;
	background: #2E8AE5;
	width: 100%;
	height: 35%;
	left: 0;
	top: 0;
}
.popup-template .bg:after{
	content: "";
	position: absolute;
    top: 99%;
    left: 0%;
    width: 100%;
    height: 400%;
    border-radius: 0 0 50% 50%;
    background-color: #2E8AE5;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translate(0, 0) scaleY(.05);
    transform: translate(0, 0) scaleY(.05);
}
.popup-template .close-btn{
	display: block;
	position: absolute;
	z-index: 2;
	right: 1%;
	top: 2%;
	line-height: 105%;
	padding:0 1vw;
	color: #FFF;
	font-size: 3vw;
	font-weight: 100;
	cursor: pointer;
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}
.popup-template .close-btn:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.popup-template .popup-content {
  position: relative;
  z-index: 1;
}

.popup-template .popup-content h3{
	display: block;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.6vw;
	color: #FFF;
}
.popup-template .popup-content .imgBox{
	display: block;	
	width: 60vw;
	height: 40vh;
	margin:2vw auto;
	text-align: center;
	background: #FFF;
	border: 5px solid #2E8AE5;
	position: relative;
}
.popup-template .popup-content .imgBox .img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-template .popup-content .detail{
	display: block;
	background: #F8F8F8;
	margin:0 auto;
	padding: 1vw;
	text-align: left;
}
.popup-template .popup-content .detail h5{
	font-weight: bold;
	line-height: 200%;
}
.popup-template .popup-content .detail p{
	line-height: 180%;	
}

@keyframes popIn {
  0% { opacity: 0; transform: translate(-50%, -40%); }
  100% { opacity: 1; transform: translate(-50%, -50%); }
}


/*自适应适配*/
/*5K自适应适配5120x2880*/
@media (max-width: 5120px) {}

/*4K自适应适配3840×2160*/
@media (max-width: 3840px) {}

/*2K自适应适配2560×1600*/
@media (max-width: 2560px) {}

/*笔记本自适应适配1366×1024*/
@media (max-width: 1366px) {}

/*1K自适应适配1920X1080*/
@media (max-width: 1920px) {}


/*平板自适应适配1024X768*/
@media (max-width: 1024px) {
	
}

@media (max-width: 800px) {
	.product-navtab{
		width: 98.5%;
	}
	.popup-template{
		width: 96vw;
		max-height: 70vh;
	}
}
@media (max-width: 480px) {
	.product-main{
		padding: 4vw 0;
	}
	.list-product .item,.list-product.list-product-software .item{
		width: 50%;
		margin-bottom: 4vw;
	}
	.list-product .product h5{
		height: 12vw;
		font-size: 3.8vw;
		margin-bottom: 2vw;
		line-height: 6vw;
	}
	
	.list-product.list-product-software .product h5{
		margin-top: 2vw;
		font-size: 3.8vw;
		margin-bottom: 0;
	}
	.list-product .product .imgBox{
		height: 30vw;
	}
	.product-navtab{
		width: 98%;
		margin: 0 auto 4vw auto;
	}
	.product-navtab .product-navtab-title .item .txt h4{
		font-size: 4.5vw;
		color: #FFF;
	}
	.product-navtab .product-navtab-title .item .h4 p{
		font-size: 3.2vw;
	}
	.product-navtab .product-navtab-title .item .h4 .number{
		font-size: 4.5vw;
	}
	.product-navtab .product-navtab-title .item .bg{
		height: 110%;
	}
	.product-navtab .product-navtab-con .link,.product-navtab .product-navtab-con a{
		padding: 1.5vw 3vw;
		margin: 1.5vw;
		font-size: 3.6vw;
	}
	.product-banner{
		display: block;
		height: auto;
		min-height: 30vh;
	}
	.product-banner .bannerbg .img{
		display: none;
	}
	.product-banner .bannerbg .m-img{
		display: block;
	}
	.product-banner .product-photo{
		display: flex;
		width: 92%;
		height: 50%;
		bottom: 12%;
		left: 4%;
		right: 4%;
	}
	.product-banner .product-photo .img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.product-banner .banner-content {
	    z-index: 100;
	    text-align: center;
			padding: 25vw 0 10vw 0;
	}
	.product-banner .banner-content h1{
		font-size: 7vw;
	}
	.product-banner .banner-content h1 a{
		font-size: 7vw;
	}
	.product-banner .banner-content p{
		font-size: 3.6vw;
	}
	.product-banner .banner-content .button{
		position: fixed;
		z-index: 100;
		width: 100%;
		bottom: 3%;
	}
	.product-banner .banner-content .button .link{
		width: 45%;
		margin: 0 2%;
		line-height: 180%;
		font-size: 4.5vw;
		padding: 0 5vw 0 2vw;
	}
	.product-banner .banner-content .button .icon{
		width: 12vw;
		height: 12vw;
	}
	.product-main-swiper,.product-main-content-right{
		width: 100%;
		float: none;
	}
	.product-main-content-right,.product-parameter{
		margin-top: 4vw;
	}
	.product-main-content-right .text ol{
		padding-left:7% !important;
		font-size: 3.8vw !important;
	}
	.product-main-content-right .text ol li{
		font-size: 3.8vw !important;
	}
	.product-main-content-right .text p,.product-main-content-right .text{
		font-size: 3.8vw !important;
	}
	.product-maxswiper{
		border: none;
	}
	.product-maxswiper .swiper-slide{
		height: 80vw;
	}
	.product-maxswiper .swiper-slide img{
		max-width: 90%;
		max-height: 90%;
	}
	.product-maxswiper .swiper-slide .model .txt{
		padding: 2vw 5vw;
		background: rgba(255, 255, 255, 0.2);
	}
	.product-maxswiper .swiper-button-prev, .product-maxswiper .swiper-button-next{
		display: none;
	}
	.product-minswiper .swiper-slide{
		height: 20vw;
	}
	.product-minswiper .swiper-slide .model .txt{
		display: none;
	}
	.h3title{
		font-size: 5.5vw !important;
		color: #1a1a1a;
		text-align: center;
	}
	.intitle{
		font-size: 5.5vw;
		padding: 0 0 4vw 0;
	}
	.product-title{
		padding-bottom: 4vw;
	}
	.product-title h1{
	font-size: 5.5vw;
	text-align: center;
}
.product-title h1 a{
	font-size: 5.5vw;
	text-align: center;
}
.product-title p{
	font-size: 3.8vw;
	text-align: center;
}
	.manage-system{
		margin-top: 4vw;
		padding: 5vw 2vw;
	}
	.manage-system-tab{
		margin-bottom: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		flex-wrap: nowrap;
		white-space:nowrap;
	}
	.manage-system-tab::-webkit-scrollbar{
		display: none;
	}
	.manage-system-tab .item{
		width: 38%;
		padding: 1vw 0;
		margin: 0 0;
		font-size: 3.8vw;
		background: none;
		border-radius: 1vw;
		-webkit-border-radius: 1vw;
	}
	
	.manage-system-swiper .swiper-slide{
		display: block;
	}
	.manage-system-swiper .swiper-slide .item{
		width: 100%;
		max-width: 100%;
		margin: 5vw auto 0 auto;
	}
	.manage-system-swiper .swiper-slide .imgBox{
		height: 55vw;
		padding: 2%;
	}
	.manage-system-swiper .swiper-slide .txt{
		padding-top: 3vw;
	}
	.related-products{
		padding: 5vw 0;
	}
	.related-products-box{
		
	}
	.related-products-list .swiper-slide{
		width: 48%;
		margin-right: 3%;
	}
	.related-products-list .product{
		padding: 2vw;
	}
	.related-products-box .product-next,.related-products-box .product-prev{
		display: none;
	}
	.related-products-list .product h5 {
	    height: 12vw;
	    margin-bottom: 2vw;
	    line-height: 6vw;
	}
	.related-products-list .product .imgBox {
	    height: 40vw;
	}
	.popup-template{
		width: 100vw;
		height: 100vh;
		max-width: 100vw;
		max-height: 100vh;
		padding: 25% 4vw 5vw 4vw;
		left: 50%;
		top: 50%;
		transform: -webkit-translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.popup-template .bg{
		height: 30%;
	}
	.popup-template .popup-content h3{
		font-size: 6vw;
	}
	.popup-template .popup-content .imgBox{
		width: 90vw;
		max-width: 90vw;
		max-height: 50vh;
		margin: 6vw auto;
	}
	.popup-template .close-btn{
		font-size: 12vw;
		right: 3%;
		top: 1%;
	}
	.popup-template .popup-content .detail{
		padding: 3vw;
	}
	.popup-template .popup-content .detail h5{
		font-size: 4vw;
	}
	.popup-template .popup-content .detail p{
		font-size: 3.8vw;
	}
}
@media (max-width: 320px) {
	
}
/*自适应适配*/