.swiper-banner {
	color: #fff;
	font-size: 0.9vw;
	line-height: 2vw;
	width: 100%;
	padding-top: 1vw;
}

.swiper-banner .w1200 {
	width: 76vw;
	margin: 0 auto;
	position: relative;
}

.swiper-banner .pa {
	position: absolute;
}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 34vw;
	color: #000;
	display: block;
}

.swiper-banner .swiper-slide .sl-left {
	top: 12.5vw;
    left: 1.8vw;
    width: 100%;
}

.swiper-banner .swiper-slide .t1 {
	top: 0px;
	left: 0px;
	/*font-size: 26px;*/
}

.swiper-banner .swiper-slide .t2 {
	top: 50px;
	left: 0px;
	/*font-size: 40px;*/
}

.swiper-banner .swiper-slide .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 00px;
	top: 160px;
	border: 1px solid #000;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.swiper-banner .swiper-slide .img {
	top: 4.4vw;
    left: 52vw;
    width: 25vw;
    height: 25vw;
}

.swiper-banner .swiper-slide .img img{
	width: 100%;
	height: 100%
}

.swiper-pagination{
	position: static;
}

.swiper-banner .swiper-pagination {
	bottom: 70px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.index-banner-top-title{
    font-size: 2.9vw;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1vw;
}
.index-banner-top-content{
    margin:2.1vw 0 2.1vw;
    font-size: 1vw;
    color: #333;
    width: 29vw;
}
.swiper-banner .buttons{
    width: 26%;
    display: flex;
    justify-content: space-between;
    top: 250px;
}

@media screen and (max-width: 767.98px) {
	.swiper-banner {
		padding-top: 94px;
	}
	.swiper-banner .w1200 {
		width: 92%;
	}
	.index-banner-top-title {
	    font-size: 20px;
	}
	.swiper-banner .swiper-slide {
		height: 180px;
	}
	.swiper-banner .swiper-slide .img {
	    top: 11.4vw;
	    left: 60vw;
	    width: 140px;
        height: 140px;
	}
	.swiper-banner .swiper-slide .t2 {
	    top: 26px;
	}

	.index-banner-top-content {
	    margin: 0.1vw 0 2.1vw;
	    font-size: 14px;
	    color: #333;
	    width: 55vw;
	    line-height: 4vw;
	}
	.swiper-banner .swiper-pagination {
	    bottom: 22px !important;
	}
}

@media screen and (min-width: 768px) {
	.swiper-banner {
		padding-top:80px;
	}
}
