.g-wrap:after,.m-item-1 .play-video .play:after,.m-item-2 .play-video .play:after,.m-item-intro .intro:after {
	content: ''
}
.m-item-1 .play-video {
	position: absolute;
	padding: 0 25px;
	bottom: 280px;
	left: 50%;
	margin-left: 80px;
	border-radius: 3px;
	background-color: #fff;
	color: #22b1ff;
	line-height: 58px;
	font-weight: bolder;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top,#fff 0,#fff 60%,#c2eafd 100%);
	background-image: linear-gradient(top,#fff 0,#fff 60%,#c2eafd 100%)
}
.m-item-1 .play-video .play {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: middle;
	border: 1px solid #2af;
	border-radius: 50%
}
.m-item-1 .play-video .play:after {
	position: absolute;
	top: 4px;
	left: 6px;
	border: 4px solid transparent;
	border-left: 6px solid #2af
}
.m-item-2 .play-video,.m-item-2 .text {
	position: absolute;
	left: 50%;
	margin-left: -500px
}
.m-item-2 .play-video {
	padding: 0 25px;
	top: 420px;
	color: #fff;
	font-weight: bolder;
	background-color: #2af;
	line-height: 58px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top,#2af 0,#2af 60%,#007bfd 100%);
	background-image: linear-gradient(top,#2af 0,#2af 60%,#007bfd 100%);
	cursor: pointer
}

.m-item-2 .play-video .play {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 50%
}

.m-item-2 .play-video .play:after {
	position: absolute;
	top: 4px;
	left: 6px;
	border: 4px solid transparent;
	border-left: 6px solid #fff
}
.m-intro-one2many .item2 .intro .text .play-video {
	position: absolute;
	padding: 0 45px;
	margin-top: 25px;
	right: 0;
	color: #2af;
	font-weight: bolder;
	font-size: 18px;
	background-color: #fff;
	line-height: 58px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top,#fff 0,#fff 60%,#c2eafd 100%);
	background-image: linear-gradient(top,#fff 0,#fff 60%,#c2eafd 100%);
	cursor: pointer
}

.m-intro-one2many .item2 .intro .text .play-video .play {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: middle;
	border: 1px solid #2af;
	border-radius: 50%
}

.m-intro-one2many .item2 .intro .text .play-video .play:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 6px;
	border: 4px solid transparent;
	border-left: 6px solid #2af
}
.m-intro-one2many .item5 .play {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 470px;
	height: 410px;
	margin-left: -450px;
	cursor: pointer
}
.v-video-box {
	position: fixed;
	z-index: 100
}
.v-video-box,.v-video-box .lay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.v-video-box .lay {
	position: absolute;
	z-index: 1000;
	background-color: rgba(0,0,0,.7)
}

.v-video-box .content {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 95%;
	max-height: 95%;
	padding: 15px;
	margin: -250px 0 0 -450px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	z-index: 10000
}

.v-video-box .content .video {
	width: 900px
}

.v-video-box .content .close-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -18px;
	right: -18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 5px #000;
	font-size: 30px;
	color: #fff;
	background-color: #222;
	cursor: pointer
}
.close-btn{
	font-style:normal;
}