.pro-tab {
	width: 1445px;
	margin: 40px auto 0;
}

.pro-tab ul li {
	width: 260px;
	height: 260px;
	background: url(/template/pc/skin/img/product/pro-bg2.jpg);
	background-size: 100% 100%;
	border: 1px solid #516a7b;
	position: relative;
	margin-right: 36px;
}

.pro-tab ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro-tab ul li:last-child {
	background: url(/template/pc/skin/img/product/pro-bg3.png);
	margin-right: 0;
}
.pro-tab .pro-imgs{
	padding-top: 4px;
}
.pro-tab ul li:not(:last-child) .pro-imgs img{
	padding-left: 60px;
}

.pro-tab .wen-p p {
	font-size: 24px;
	color: #000;
	text-align: center;
}

.pro-tab .wen-p span {
	font-size: 12px;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}

.pro-tab ul li .pro-imgs {
	position: absolute;
	left: 0;
	top: 0;
}

.pro-tab .wen-p {
	margin-top: 90px;
	width: 170px;
}


.pro-title {
	padding: 50px 0 40px;
}

.pro-title h2 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	height: 70px;
	position: relative;
}

.pro-title h2::after {
	content: "";
	display: block;
	width: 45px;
	height: 4px;
	background: #286e80;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.pro-title p {
	margin-top: 25px;
	font-size: 32px;
	text-align: center;
}

.product .pro-lists {
	width: 100%;
	margin-top: 40px;
	background: url(/template/pc/skin/img/product/product-bg.png) repeat-y;
	padding-bottom: 133px;
	background-size: 100%;
}

.product .lists-box {
	width: 1215px;
	margin: 8px auto 0;
}

.product .lists-box ul li {
	width: 590px;
	padding-top: 90px;
	padding-left: 50px;
	height: 360px;
	background: #b8ccde;
	border-radius: 0 50px 0 0;
	position: relative;
	margin-right: 35px;
	margin-top: 17px;
}

.product .lists-box ul li:nth-child(even) {
	margin-right: 0;
}

.product .lists-box ul li .name {
	font-size: 40px;
	color: #000000;
}

.product .lists-box ul li .info {
	font-size: 32px;
	color: #0d101d;
	margin-top: 15px;
	margin-bottom: 45px;
}

.product .lists-box ul li .ellipsis-s {
	font-size: 21px;
	color: #0d101d;
}


.product .lists-box ul li .pro-wen {
	max-width: 360px;
}

.product .lists-box ul li .pro-img {
	position: absolute;
	/* right: 45px; */
	left: 400px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	line-height: 360px;
}

.product .lists-box ul li .pro-img img {
	transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: 2s;
	-o-transition: 2s;
}

.product .lists-box ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.product .lists-box ul li:hover {
	-webkit-box-shadow: 0 17px 40px 0 hsla(230, 9%, 48%, .2);
	box-shadow: 0 17px 40px 0 hsla(230, 9%, 48%, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}






/* 新零售产品 */
.pro-newR {
	width: 1300px;
	margin: 30px auto 45px;
}

.pro-newR ul li {
	width: 100%;
	height: 435px;
}

.pro-newR ul li:nth-child(odd) {
	background: #d9e7ee;
}

.pro-newR ul li .Rcp {
	width: 50%;
	line-height: 435px;
	max-height: 435px;
	text-align: center;
}

.pro-newR ul li .Rcp img {
	transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: 2s;
	-o-transition: 2s;
}

.pro-newR ul li:hover .Rcp img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.pro-newR ul li:nth-child(odd) .Rwen {
	padding-left: 105px;
	padding-top: 60px;
}

.pro-newR ul li:nth-child(even) .Rwen {
	padding-left: 230px;
	padding-top: 60px;
}

.pro-newR ul li .Rwen .name {
	font-size: 40px;
	color: #0d101d;
}

.pro-newR ul li .Rwen .name2 {
	font-size: 32px;
	color: #0d101d;
	margin-top: 8px;
}

.pro-newR ul li .Rwen .info {
	margin-top: 50px;
	font-size: 21px;
}

.pro-newR ul li .Rwen a {
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	border: 1px solid #008aff;
	font-size: 24px;
	color: #008aff;
	text-align: center;
	margin-top: 65px;
	display: block;
}

/* 新零售产品 end*/









/* 产品视频 */
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

/* .pro-Video {
	width: 1200px;
	margin: 75px auto;
}

.pro-Video .Pro-v>h4 {
	font-size: 32px;
	text-align: center;
	color: #2c2c2c;
}

.pro-Video .Pro-v .video-box {
	width: 100%;
	margin-top: 40px;
}

.pro-Video .Pro-v .video-box video {
	width: 100%;
	height: 100%;
}

.pro-Video .video-img {
	margin-top: 50px;
	width: 100%;
}

.pro-Video .video-img .p-img img {
	width: 100%;
	height: 240px;
}

.pro-Video .video-img .p-img p {
	text-align: center;
	font-size: 21px;
	color: #2c2c2c;
	margin-top: 22px;
}

.pro-Video .video-img .swiper-slide:hover {
	cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
	top: 42% !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 25px !important;
	color: #fff;
} */

/* 产品视频 end*/


/* 安装视频 */
.VideoFix {
	width: 1200px;
	margin: 60px auto;
}
.VideoFix ul {
	width:1200px;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.VideoFix ul li {
	box-sizing: border-box;
	width: 286px;
	height: 200px;
	border: 1px dashed #17232d;
	position: relative;
	background: #f2f9fd;
	left: 55px;
	margin-top: 22px;
}
.VideoFix ul li:hover{
	-webkit-box-shadow: 0 17px 40px 0 hsla(230, 9%, 48%, .2);
	box-shadow: 0 17px 40px 0 hsla(230, 9%, 48%, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.VideoFix ul li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.VideoFix ul li:nth-child(3n) {
	margin-right: 0;
}

.VideoFix ul li .FixImg {
	height: 100%;
	position: absolute;
	line-height: 205px;
	left: 35px;
}

.VideoFix ul li .FixImg img {
	max-height: 90%;
}

.VideoFix ul li .FixP {
	padding-top: 80px;
	margin-right: 70px;
}

.VideoFix ul li .FixP p {
	font-size: 24px;
	line-height: 32px;
	color: #17232d;
}

/* 安装视频 end*/



/* 产品详情 */
.viewProduct {
	width: 100%;
	background-color: #29282d;
}

.viewProduct .PC-box p img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/* 产品详情 end*/









.pageBox {
    padding: 30px 0 50px;
}
.wal {
	width: 1200px;
	margin: 0 auto;
}

.video {
	padding-bottom: 80px;
}
/* .draggable{
	width: 1200px;
} */
.videoPic .agentlist {
	margin: 0 -12px;
}
.videoPic .box{
	width: 100%;
}
.videoPic .agentlist .slick-slide {
	float: left;
	margin: 0 12px;
}

.videoPic .slick-slide .ico {
	opacity: .5;
}

.videoPic .slick-slide .name {
	padding-top: 20px;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.videoPic .slick-slide img {
	width: 100%;
}

.videoPic .agentlist .slick-current .ico {
	opacity: 1;
}

.videoPic .agentlist .slick-current .name {
	color: #37c3e3;
}
.videoPic .agentlist .slick-track .name{
	font-size: 21px;
}
.videoPic .slick-prev {
	cursor: pointer;
	position: absolute;
	background: url(/template/pc/skin/img/nimg48_left2.png) no-repeat left center;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	left: -65px;
	z-index: 22
}

.videoPic .slick-next {
	cursor: pointer;
	background: url(/template/pc/skin/img/nimg48_right2.png) no-repeat right center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 48%;
	margin-top: -24px;
	right: -65px;
	z-index: 22
}

.videoPic .slick-prev:hover {
	background: url(/template/pc/skin/img/nimg48_left2.png) no-repeat left center;
}

.videoPic .slick-next:hover {
	background: url(/template/pc/skin/img/nimg48_right2.png) no-repeat left center;
}

.videoPic .slider-for .box {
	position: relative;
	padding-bottom: 50px;
}

.videoPic .slider-for .imgDiv {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.videoPic .slider-for video {
	width: 1200px;
	height: 760px;
}

