.vrshow {
	padding-bottom: 120px;
}

.vrshow li {
	list-style: none;
}

.vrshow h2 {
	text-align: center;
	color: #333333;
	margin: 63px auto;
	font-size: 24px;
	font-weight: bold;
}

.vrshow b {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	text-align: center;
	margin: 10px 0;
}

.vrshow p {
	font-size: 19px;
}

.vrshow > div {
	margin: auto;
	width: 1200px;
}

.vrshow ul {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.vrshow .bj {
	width: 100%;
	background: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 30px;
}

.vrshow .banner {
	width: 100%;
	height: 314px;
	background: url("../png/banner-1.png") no-repeat;
}

.vrshow .tou {
	padding-top: 60px;
	display: flex;
}

.vrshow .banner>div>div>h1 {
	color: #FEFEFE;
	font-size: 44px;
	display: inline-block;
}

.vrshow .banner>div>div>p {
	margin-top: 23px;
	width: 106px;
	height: 29px;
	background: rgba(32, 176, 159, 1);
	border-radius: 15px;
	line-height: 29px;
	text-align: center;
}

.vrshow .banner>div>p {
	margin-top: 29px;
	color: #FEFEFE;
	font-size: 18px;
}

.vrshow .banner .btn {
	display: block;
	width: 176px;
	height: 40px;
	background: rgba(32, 176, 159, 1);
	border: 1px solid rgba(32, 176, 159, 1);
	line-height: 40px;
	text-align: center;
	color: #FEFEFE;
	font-size: 18px;
	margin: 36px 0 0;
}

.vrshow .Solve {
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.vrshow .Solve>li {
	width: 380px;
	height: 254px;
	position: relative;
	margin-left: -20px;
	overflow: hidden;
	transition: all 0.5s;
}

.vrshow .Solve>li>img {
	width: 100%;
	height: 100%;
}

.vrshow .Solve>li>a {
	background: rgba(0, 0, 0, 0.4);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -40px;
	transition: all 0.2s;
}

.vrshow .Solve>li:nth-child(2) {
	z-index: 10;
}

.vrshow .Solve>li:nth-child(2)>a {
	bottom: 0;
}

.vrshow .Solve>.zhong {
	width: 480px;
	height: 320px;
}

.vrshow .title {
	margin: 29px 0 60px;
	color: #000000;
	text-align: center;
}

.vrshow .marketingScenario {
	text-align: center;
}

.vrshow .customerCase {
	margin-bottom: 30px;
}

.vrshow .customerCase>li {
	width: 380px;
	height: 344px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 1px 1px 4px 2px #ccc;
}

.vrshow .customerCase>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.vrshow .customerCase>li:hover img:nth-child(2) {
	display: block;
}

.vrshow .customerCase>li>a>img:nth-child(1) {
	width: 100%;
	height: 294px;
}

.vrshow .customerCase>li>a>img:nth-child(2) {
	display: none;
	position: absolute;
	top: 61px;
	left: 129px;
	width: 133px;
	height: 133px;
}

.vrshow .customerCase>li>a>div {
	width: 360px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.vrshow .customerCase>li>a>div>p {
	font-size: 14px;
	color: #333333;
}

.vrshow .customerCase>li>a>div>img {
	width: 21px;
	height: 21px;
}



.vrshow .function>li {
	width: 22%;
	height: 300px;
	float: left;
	position: relative;
}

.vrshow .function>li:hover div {
	display: block;
}

.vrshow .function>li>div {
	display: none;
}

.vrshow .function>li>a {
	margin-left: 32px;
	display: inline-block;
	width: 200px;
}

.vrshow .function>li>a>img {
	margin: 20px auto 5px;
	display: block;
}

.vrshow .function>li>div {
	width: 250px;
	height: 206px;
	position: absolute;
	left: 0;
	top: 0;
}

.vrshow .function>li>div>img {
	width: 100%;
	position: absolute;
}


.vrshow .Tips>img:nth-child(2) {
	width: 30px;
	top: 150px;
	left: 110px;
}

.vrshow .audio>img:nth-child(2) {
	width: 50px;
	top: 72px;
	left: 72px;
}

.vrshow .music>img:nth-child(2) {
	width: 40px;
}

.vrshow .sandTable>img:nth-child(2) {
	width: 50px;
	top: 72px;
	left: 86px;
}

.vrshow #aa div {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #0D86F7;
	/*background: blue;*/
	position: absolute;
	top: 123px;
	left: 109px;
}

.vrshow #ss {
	animation: dhz 2s 0.4s infinite;
}

.vrshow #ff {
	animation: dhz 2s 1.2s infinite;
}

.vrshow #hh {
	animation: dhz 2s 2s infinite;
}

@keyframes dhz {
	to {
		transform: scale(2);
		opacity: 0.1;
	}
}

.vrshow #s1 div {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #0D86F7;
	/*background: blue;*/
	position: absolute;
	top: 100px;
	left: 170px;
}

.vrshow #s2 {
	animation: dhs 2s 0.4s infinite;
}

.vrshow #s4 {
	animation: dhs 2s 1.2s infinite;
}

.vrshow #s6 {
	animation: dhs 2s 2s infinite;
}

@keyframes dhs {
	to {
		transform: scale(2);
		opacity: 0.1;
	}
}

.vrshow .Intelligence>img:nth-child(2) {
	width: 10px;
	position: absolute;
	top: 110px;
	left: 96px;
}

.vrshow .Intelligence>img:nth-child(3) {
	width: 10px;
	position: absolute;
	top: 154px;
	left: 145px;
}

.vrshow .Intelligence>h5 {
	position: absolute;
	top: 15px;
	left: 5px;
}

.vrshow .Intelligence>p {
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: 5px;
}

.vrshow .h,
.vrshow .l {
	animation: hda 0.5s 1s infinite;
}

@keyframes hda {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.4);
	}
}



.vrshow .Clue>img:nth-child(2) {
	width: 50px;
	position: absolute;
	top: 63px;
	left: 96px;
}

.vrshow .Clue>p {
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: 125px;
	z-index: 10;
}

.vrshow #oo div {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	border: 1px solid #0D86F7;
	/*background: blue;*/
	position: absolute;
	top: 97px;
	left: 94px;
}

.vrshow #o1 {
	animation: xs 2s 0.4s infinite;
}

.vrshow #o2 {
	animation: xs 2s 1.2s infinite;
}

.vrshow #o3 {
	animation: xs 2s 2s infinite;
}

@keyframes xs {
	to {
		transform: scale(2);
		opacity: 0.1;
	}
}


.vrshow .ewm>img:nth-child(2) {
	width: 50px;
	top: 72px;
	left: 86px;
}

.vrshow .ewm>img:nth-child(3) {
	width: 10px;
	top: 153px;
	left: 115px;
}

.vrshow .ewm>img:nth-child(3) {
	animation: da 0.5s 1s infinite;
}

@keyframes da {
	to {
		transform: scale(1.2);
	}

	from {
		transform: scale(1);
	}
}

.vrshow .Business>img:nth-child(2) {
	width: 50px;
	top: 80px;
	left: 103px;
}

.vrshow .Business>img:nth-child(3) {
	width: 19px;
	top: 173px;
	left: 102px;
}

.vrshow .Business>img:nth-child(3) {
	animation: daa 0.5s 1s infinite;
}

@keyframes daa {
	to {
		transform: scale(1.2);
		transform: rotate(10deg)
	}

	from {
		transform: scale(1);
		transform: rotate(0deg)
	}
}


.vrshow .serviceType>li {
	width: 282px;
	height: 150px;
	border: 1px solid rgba(204, 204, 204, 1);
	text-align: center;
}

.vrshow .serviceType>li:hover {
	border: 1px solid rgba(32, 176, 159, 1);
}

.vrshow .serviceType>li>p:nth-child(1) {
	margin-top: 50px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}

.vrshow .serviceType>li>p:nth-child(2) {
	font-size: 14px;
	color: #666666;
}

.vrshow .serviceProcess {
	margin-bottom: 80px;
	justify-content: center;
}

.vrshow .serviceProcess>li {
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(204, 204, 204, 1);
	box-sizing: border-box;
	text-align: center;
	margin-left: -1px;
}

.vrshow .serviceProcess>li:hover {
	border: 1px solid rgba(32, 176, 159, 1);
	position: relative;
	z-index: 1;
}

.vrshow .serviceProcess>li>div {
    margin-left: auto;
    margin-right: auto;
}

.vrshow .serviceProcess>li:nth-child(1)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../1-5.html) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(2)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../png/2-4.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(3)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../png/3-4.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(4)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../png/4-3.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(5)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../5-47.html) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(6)>div {
	width: 55px;
	height: 55px;
	margin-top: 43px;
	background: url(../6-11.html) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(1):hover>div {
	background: url(../png/1-3.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(2):hover>div {
	background: url(../png/2-5.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(3):hover>div {
	background: url(../png/3-8.png) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(4):hover>div {
	background: url(../4-54.html) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(5):hover>div {
	background: url(../5-48.html) no-repeat;
}

.vrshow .serviceProcess>li:nth-child(6):hover>div {
	background: url(../6-12.html) no-repeat;
}

.vrshow .serviceProcess>li>p {
	margin-top: 33px;
	font-size: 18px;
	color: #333333;
}

.vrshow .applicationScenario {
	text-align: center;
}

.vrshow .applicationScenario>div {
	width: 986px;
	height: 528px;
	background: url("../yj.html") no-repeat;
	position: relative;
}

.vrshow .applicationScenario>div>iframe {
	width: 526px;
	height: 297px;
	position: absolute;
	top: 23px;
	left: 232px;
}

.vrshow .applicationScenario>.jianjie {
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 79px;
}

.vrshow .serviceAttitude>li {
	text-align: center;
	margin: 56px 0 61px 0;
}

.vrshow .serviceAttitude>li>p:nth-child(2) {
	margin: 40px 0 20px;
	font-size: 36px;
	color: rgba(51, 51, 51, 1);
	line-height: 27px;
}

.vrshow .serviceAttitude>li>p:nth-child(3) {
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	line-height: 27px;
}

.vrshow .professionalCase {
	justify-content: space-between;
}

.vrshow .professionalCase>li {
	width: 380px;
	height: 330px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}

.vrshow .professionalCase>li>img:nth-child(1) {
	width: 100%;
	height: 280px;
}

.vrshow .professionalCase>li>img:nth-child(2) {
	width: 46px;
	height: 52px;
	position: absolute;
	top: 112px;
	left: 167px;
}

.vrshow .professionalCase li .video {
	width: 380px;
	height: 280px;
	display: none;
}

.vrshow .professionalCase>li>p {
	width: 380px;
	line-height: 50px;
	margin-left: 10px;
	font-size: 14px;
	color: #333333;
}

/*  */

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}

/* 专属需求 */
.demand-box {
	padding: 60px 0 58px;
	background: url("../png/demand-bg-2.png") center bottom no-repeat #f9f9f9;
}

.demand-box .header {
	position: relative;
	width: 602px;
	height: 50px;
	margin: 0 auto 40px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #20b09f;
	border-radius: 31px;
	text-align: center;
}

.demand-box .header:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -10px;
	font: 0/0 arial;
	border: 10px dashed transparent;
	border-top: 10px solid #20b09f;
}

.form-item {
	position: relative;
	width: 682px;
	min-height: 42px;
	padding: 0 130px;
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: bold;
}

.form-item-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	text-align: right;
	font-weight: bold;
	line-height: 42px;
}

.form-input {
	width: 290px;
	height: 30px;
	padding: 5px 14px;
	border: 1px solid #ccc;
	background: #fff;
	outline: none;
	resize: none;
	font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
	vertical-align: middle;
}

.form-input.verify-input {
	width: 110px;
}

.form-textarea {
	width: 652px;
	height: 160px;
	padding: 10px 14px;
	border: 1px solid #ccc;
	background: #fff;
	outline: none;
	resize: none;
	font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
	overflow-y: auto;
}

.verify-pic {
	display: inline-block;
	width: 120px;
	height: 42px;
	margin: 0 0 0 16px;
	background: #ccc;
	vertical-align: middle;
}

.verify-pic img {
	width: 100%;
	height: 100%;
}

.form-text {
	margin: 0 0 0 16px;
}

.demand-box .protal-btn {
	display: block;
	margin: 36px auto 0;
}

/*  */

.items-vr-protal div {
    width: auto;
    margin: 0;
}

.items-vr-protal .items-block {
    background: url(../png/items-vr-protal-bg.png) no-repeat center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.items-vr-protal .item {
    width: 418px;
    position: relative;
    --item-padding: 80px;
    margin: 15px 0;
}

.items-vr-protal .img-block {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--item-color);
    left: 0;
	top: 0;
	z-index: 1;
}

.items-vr-protal .img-block img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.items-vr-protal .item-title {
    padding-left: var(--item-padding);
    font-size: 18px;
}

.items-vr-protal .item-line {
    border-bottom: 1px dashed var(--item-color);
    margin: 5px 0;
    position: relative;
}

.items-vr-protal .item-line:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--item-color);
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

.items-vr-protal .item-line:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--item-color);
    right: 0;
    top: 0;
    transform: translateY(-50%);
}

.items-vr-protal .item-p {
    padding-left: var(--item-padding);
    color: #666;
    font-size: 14px;
    line-height: 1.7143em;
}

.items-vr-protal .item:nth-child(even) .item-title,
.items-vr-protal .item:nth-child(even) .item-p {
	padding-left: 18px;
	padding-right: var(--item-padding);
}

.items-vr-protal .item:nth-child(even) .img-block {
	left: auto;
	right: 0;
}

.items-vr-protal .item:nth-child(1) {
	--item-color: #56C997;
}

.items-vr-protal .item:nth-child(2) {
	--item-color: #E1AD48;
}

.items-vr-protal .item:nth-child(3) {
	--item-color: #6D89C7;
}

.items-vr-protal .item:nth-child(4) {
	--item-color: #8DB071;
}

.items-vr-protal .item:nth-child(5) {
	--item-color: #56ADC9;
}

.items-vr-protal .item:nth-child(6) {
	--item-color: #D58764;
}

/* 超值套餐包 */

.vrshow .vr-package {
    padding: 60px 0;
}

.vr-package .items-title {
	font-size: 24px;
    font-weight: bold;
}

.vr-package .items-subtitle {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.vr-package .items-block {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    align-items: stretch;
    margin-top: 35px;
}

.vr-package .item {
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-sizing: border-box;
	width: 20%;
	border: 1px solid #E5E5E5;
	text-align: center;
	transition: all .3s ease;
}

.vr-package .item:not(:first-child) {
	border-left: none;
}

.vr-package .item-title {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
}

.vr-package .item-info {
}

.vr-package .item-p {
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.vr-package .item-p:nth-child(odd) {
	background-color: #F7F7F7;
}

.vr-package .item-p.no:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRjY1QTMwIiBkPSJNNy40MTQgNmw0LjI0MyA0LjI0M2ExIDEgMCAwMS0xLjQxNCAxLjQxNEw2IDcuNDE0bC00LjI0MyA0LjI0M2ExIDEgMCAwMS0xLjQxNC0xLjQxNEw0LjU4NiA2IC4zNDMgMS43NTdBMSAxIDAgMDExLjc1Ny4zNDNMNiA0LjU4NiAxMC4yNDMuMzQzYTEgMSAwIDAxMS40MTQgMS40MTRMNy40MTQgNnoiLz48L3N2Zz4=) no-repeat center;
}

.vr-package .item-p.yes:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNUFDQTk5IiBkPSJNOS41IDBBOS41IDkuNSAwIDAxMTkgOS41IDkuNSA5LjUgMCAwMTkuNSAxOSA5LjUgOS41IDAgMDEwIDkuNSA5LjUgOS41IDAgMDE5LjUgMHoiLz48cGF0aCBzdHJva2U9IiNGN0Y3RjciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBmaWxsPSJub25lIiBkPSJNNSA5bDQgMyA1LTYiLz48L3N2Zz4=) no-repeat center;
}

.vr-package .item-price {
    height: 52px;
    line-height: 52px;
    color: #f65a30;
    font-size: 14px;
}

.vr-package .item-price .em {
    font-size: 18px;
}

.vr-package .item-button {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background-color: #FF5500;
    color: #fff;
    font-size: 18px;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.vr-package .item.pkg:hover {
    z-index: 2;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .18);
}

.vr-package .item.pkg:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	width: 240px;
	height: 322px;
	left: 0;
	top: -1px;
	border: 1px solid transparent;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.vr-package .item.pkg:hover:before {
    opacity: 1;
    visibility: visible;
    border-color: #FF5500;
}
/*
.vr-package .item.pkg:hover .item-button {
    opacity: 1;
    visibility: visible;
}

.vr-package .item.pkg:hover .item-price {
	opacity: 0;
	visibility: hidden;
}
*/
/**/

.vrshow .main-banner {
	width: auto;
	background-image: url(../png/banner-1.png);
}

.vrshow .main-banner-descrip {
	font-size: 18px;
}

.vrshow .btn-b.main-banner-button {
    background: none;
    margin-left: 20px;
}