/*手机端*/
	.ipro {
		position: relative;
		width: 100%;
		height: 400px;
		overflow: hidden;
		background:#000 url("../img/ibg-2.png")no-repeat center -50px;
		background-size: 130% 100%;
		
	}

	.rotation3D {
		position: relative;
		width: 80%;
		height: 500px;
		max-width: 80%;
		cursor: move;
		user-select: none;
		margin: 0 auto;
		margin-top: -100px;
		padding-top: 0px;
		box-sizing: border-box;
	}

.rotation3D-baseMap {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
}

.rotation3D-baseMap::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
	z-index: 5;
	width: 110px;
	height: 117px;
	display: block;
	content: '';
	background: url("../img/ibg-logo.png");
	background-size: cover;
	animation: 10s bounceUpDown infinite;
}



.dot1 {
	width: 5px !important;
	height: 10px !important;
	display: block;
	content: '';
	background: url("../img/icon-3.png") no-repeat;
	background-size: cover;
}


.rotation3D .center {
	display: none;
	position: absolute;
	left: 80%;
	top: 80%;
	transform: translate(-80%, -80%);
}

.rotation3D .itemList {
	position: absolute;
	z-index: 6;
}

.rotation3D .lineList {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	transform-style: preserve-3d;
}

/*---------------------------点样式---------------------------*/
.rotation3D__item {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100px;
	height: 118px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: white;
	/*background: #2292ef; border-radius: 4px;*/
}

.rotation3D__item .scale {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.rotation3D__item .cont {
	position: relative;
	z-index: 2;
}

.rotation3D__item .cont .iconfont {
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 60px;
	display: block;
}



.rotation3D__item .cont p {
	color: #fff;
}

.rotation3D__item.blue {
	color: #01e9fc;
}

/*底座*/
.rotation3D__item .baseImg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("../img/ibg-item.png")no-repeat;
	background-size: cover;
}


/*---------------------------
    线样式
    线高为总高的一般
---------------------------*/
.rotation3D__line {
	position: absolute;
	left: 50%;
	top: 55%;
	display: block;
	width: 1px;
	height: 50%;
	padding-top: 70px;
	color: #fff;
	font-size: 50px;
	/*background: #fff;*/
	/*原点设置在中间*/
	transform-origin: 50% 0;
	transform-style: preserve-3d;
}

.rotation3D__line .pos {
	position: absolute;
	top: 0;
}

.rotation3D__line svg {
	position: absolute;
	top: 0;
}

.rotation3D__line svg path {
	stroke: #fff;
	fill: none;
	stroke-width: 3;
	animation: path-animation 100s linear 0s infinite normal;
}

@keyframes path-animation {
	0% {
		stroke-dashoffset: 500;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.rotation3D__line .dot {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	/*width: 35px; height: 35px; font-size: 35px; */
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.rotation3D__line .dot1,
.rotation3D__line .dot3,
.rotation3D__line .dot4 {
	animation: svg-path-animation 6s ease-in-out 0s infinite normal;
}

.rotation3D__line .dot1 {
	offset-path: path("M0 400, 0 0");
	offset-distance: 0%;
}

.rotation3D__line .dot2 {
	offset-path: path("M0 200, 0 0");
	offset-distance: 0%;
	background: #ffd200;
	border-radius: 100%;
	font-size: 22px;
	color: #000;
}

.rotation3D__line .dot3 {
	offset-path: path("M20 400 S 0 200, 20 0");
	offset-distance: 0%;
}

.rotation3D__line .dot4 {
	offset-path: path("M20 0 S 40 200, 20 400");
	offset-distance: 0%;
}

@keyframes svg-path-animation {
	from {
		offset-distance: 0%;
	}

	to {
		offset-distance: 100%;
	}
}

.rotation3D__line.blue {
	color: #4bcbd4;
}

.rotation3D__line.blue svg path {
	stroke: #4bcbd4;
}
.cont-icon{
	width: 20px;
	height: 20px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.conticon-1{
	background: url(../img/conticon-1.png) no-repeat;
	background-size: cover;
	display: block;
}
.conticon-2{
	background: url(../img/conticon-2.png) no-repeat;
	background-size: cover;
	display: block;
}
.conticon-3{
	background: url(../img/conticon-3.png) no-repeat;
	background-size: cover;
	display: block;
}
.conticon-4{
	background: url(../img/conticon-4.png) no-repeat;
	background-size: cover;
	display: block;
}
.conticon-5{
	background: url(../img/conticon-5.png) no-repeat;
	background-size: cover;
	display: block;
}
.cont-name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.cont-tit{
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
}

/*平板竖屏*/
@media (min-width: 768px)  {
	.ipro {
		width: 100%;
		height: 700px;
		overflow: hidden;
		background: url("../img/ibg-2.png")no-repeat center;
		background-size: 120% 100%;
	}

	.rotation3D {
		position: relative;
		width: 100%;
		height: 760px;
		max-width: 640px;
		cursor: move;
		user-select: none;
		margin: 0 auto;
		margin-top: -100px;
		padding-top: 80px;
		box-sizing: border-box;
	}
	.rotation3D-baseMap::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 180px;
		margin: auto;
		z-index: 5;
		width: 200px;
		height: 190px;
		display: block;
		content: '';
		background: url("../img/ibg-logo.png");
		background-size: cover;
		animation: 10s bounceUpDown infinite;
	}
	.cont-icon{
		width: 26px;
		height: 26px;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.cont-name{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cont-tit{
		font-size: 13px;
		line-height: 18px;
	}
}
/*平板 横屏*/
@media (min-width: 992px)  {
	.ipro {
		width: 100%;
		height: 800px;
		overflow: hidden;
		background: url("../img/ibg-2.png")no-repeat center;
		background-size: 120% 100%;
	}

	.rotation3D {
		position: relative;
		width: 100%;
		height: 800px;
		max-width: 800px;
		cursor: move;
		user-select: none;
		margin: 0 auto;
		margin-top: -100px;
		padding-top: 80px;
		box-sizing: border-box;
	}
	.rotation3D-baseMap::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 22%;
		margin: auto;
		z-index: 5;
		width: 240px;
		height: 224px;
		display: block;
		content: '';
		background: url("../img/ibg-logo.png");
		background-size: cover;
		animation: 10s bounceUpDown infinite;
	}
	.cont-icon{
		width: 36px;
		height: 36px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.cont-name{
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cont-tit{
		font-size: 12px;
		line-height: 20px;
	}
	.rotation3D__item {
		width: 161px;
		height: 188px;
	}


}
/*PC电脑*/
@media (min-width:1200px) {
	.ipro {
		width: 100%;
		height: 800px;
		overflow: hidden;
		background: url("../img/ibg-2.png")no-repeat center;
		background-size: cover;
	}

	.rotation3D {
		position: relative;
		width: 100%;
		height: 900px;
		max-width: 1100px;
		cursor: move;
		user-select: none;
		margin: 0 auto;
		margin-top: -100px;
		padding-top: 80px;
		box-sizing: border-box;
	}
	.rotation3D-baseMap::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 20%;
		margin: auto;
		z-index: 5;
		width: 300px;
		height: 280px;
		display: block;
		content: '';
		background: url("../img/ibg-logo.png");
		background-size: cover;
		animation: 10s bounceUpDown infinite;
	}
	.cont-icon{
		width: 36px;
		height: 36px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.cont-name{
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cont-tit{
		font-size: 14px;
		line-height: 24px;
	}
}
