@charset "utf-8";
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	margin-top: 45px;
}

#certify .swiper-slide {
	width:1000px;
	height: 500px;
	background: #fff;	
	overflow: hidden;
	position: relative;
}
#certify .swiper-slide i{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(../images/720/an.png)no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#certify .swiper-slide i:hover{
	-webkit-box-shadow: 0 0 10px 2px #1C1C1C;
	        box-shadow: 0 0 10px 2px #1C1C1C;
}
#certify .swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff
}
#certify .swrt{
	color: rgba(74,74,74,.7);
	width: 57px;
	height: 100px;
	background: white;
	opacity: .8;
	line-height: 100px;	
	text-align: center;
	font-size: 35px;
	font-weight: 600;
}
#certify .swiper-button-prev {
	left: 0;
}

#certify .swiper-button-next {
	right: 0;
}
/*VR实景*/

.VRSJ {
	width: 100%;
	height: 900px;
	background: url(../images/720/z119.jpg)no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.VRSJ h6 {
	width: 1200px;
	height: 96px;
	background: url(../images/720/kb.png)no-repeat;
	margin: 96px auto 0;
}

.VRSJ .xqa {
	width: 200px;
	height: 55px;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	line-height: 55px;
	color: white;
	background: #FCB509;
	border-radius: 5px;
	font-size: 20px;
	transition: all .5s;
}
.VRSJ .xqa:hover{
	transform: scale(1.2);
}
