

.pa {
	position: absolute;
}

.swiper-banner {
    width: 100%;
    height: 360px;
    margin-top: 64px;
}

.swiper-banner .swiper-slide {
	width: 100%!important;
	height: 360px;
	color: #fff;
	display: block;
	text-align:center;
}
/*.swiper-banner .swiper-slide img {
	width: auto;
	height: 360px;

}*/
.swiper-banner .swiper-slide .wrap {
	height: 520px;
}

.swiper-banner .swiper-slide .sl-left {
	text-align: center;
	margin-top: 102px;
}

.swiper-banner .swiper-slide .t1 {
	font-size: 36px;
	font-weight: bold;
	text-align:left
}

.swiper-banner .swiper-slide .t2 {
	font-size: 18px;
	margin-top: 20px;
	line-height:32px;
	width: 615px;
	text-align: left;
}

.swiper-banner .swiper-slide .t3 {
	top: 110px;
	left: 00px;
	font-size: 18px;
}

.swiper-banner .swiper-slide .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 00px;
	top: 160px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}



.swiper-banner .swiper-slide {
	background-repeat:no-repeat;
	background-position:top center;
}


.swiper-banner .swiper-pagination {
	bottom: 30px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.swiper-banner .swiper-nav {
	width: 100%;
	height: 100px;
	background: rgba(233, 233, 233, 0.05);
	left: 0;
	bottom: 0;
	z-index: 999;
}

.swiper-banner .swiper-nav li {
	color: #fff;
	width: 239px;
	height: 100px;
	border-right: 1px solid rgba(233, 233, 233, 0.05);
	float: left;
	cursor: pointer;
}

.swiper-banner .swiper-nav li .icon {
	width: 65px;
	height: 100px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}

.swiper-banner .swiper-nav li .info {
	float: left;
	width: 174px;
	height: 100px;
}

.swiper-banner .swiper-nav li .info div {
	padding-top: 30px;
	font-size: 16px;
	padding-bottom: 5px;
}

.swiper-banner .swiper-nav li .info p {
	color: #c3c3c3;
	font-size: 14px;
}

.swiper-banner .swiper-nav li.active {
	background: rgba(233, 233, 233, 0.05);
}

.swiper-banner .swiper-nav li:nth-child(5) {
	border-right: none;
}
@media (min-width: 640px) and (max-width: 768px) {
.swiper-container {
	margin-top: 64px;
}
}

@media (max-width: 640px){ 
	.swiper-banner .swiper-pagination {
		bottom: 10px!important;
	}
	.swiper-banner .swiper-slide .sl-left {
		margin-top: 52px;
	}
	.swiper-banner .swiper-slide .t1 {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}

	.swiper-banner .swiper-slide .t2 {
		font-size: 20px;
		margin-top: 15px;
		font-weight: bold;
		text-align: center;
	}
	.cloud_bannerimg {
		position:relative!important;
		top: auto!important;
		right: auto!important;
		text-align: center;
		
	}
	.cloud_bannerimg img {
		width: 70%; display: inline;
	}
}