.main {
	width: 1400px;
	margin: 0 auto;
}

.main_dy {
	width: 100%;
	

}

.main_dy .swiper-slide>img {
	height: 1000px;
	object-fit: cover;
	display: block;
}

.main_dy .swiper-slide {
	position: relative;
}

.main_dy .swiper-slide .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 7% 0 0 0;
	box-sizing: border-box;
}

.main_dy .swiper-slide .text .main {
	height: 100%;
}

.main_dy .swiper-slide .text .left {
	width: 46%;
	float: left;
	height: 100%;
}

.main_dy .swiper-slide .text .left img {
	width: 100%;
}

.main_dy .swiper-slide .text .rii {
	width: 46%;
	float: right;
	padding: 0 30px;
	box-sizing: border-box;
	padding-top:60px;
}

.main_dy .swiper-slide .text .rii h3 {
	color: #ffff;
	font-size: 32px;
	margin-bottom: 30px;
}

.main_dy .swiper-slide .text .rii p {
	font-size: 16px;
	line-height: 1.8;
	text-indent: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.main_dy .swiper-slide .text .rii a {
	background: #005bac;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 40px;
}

@media only screen and (max-width: 2000px) {
	.main_dy .swiper-slide>img {
		height: 100vh;
	}
}

@media only screen and (max-width: 1450px) {
	.main_dy .swiper-slide .text .rii p {
		font-size: 14px;
		line-height: 1.8;
		text-indent: 30px;
		margin-bottom: 20px;
		color: #fff;
	}

	.main_dy .swiper-slide>img {
		height:100vh;
	}

	.main_dy .swiper-slide .text .rii {
		width: 50%;
		float: right;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1280px) {
	.main_dy .swiper-slide>img {
		height: 600px;
	}
	
	
	.main_dy .swiper-slide .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 6% 0 0 0;
	box-sizing: border-box;
}

}

@media only screen and (max-width: 750px) {

.main_dy .swiper-slide .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 7.5% 0 0 0;
	box-sizing: border-box;
}



	.main_dy .swiper-slide>img {
		height: 400px;
	}

	.main_dy .swiper-slide .left {
		display: none;
	}

	.main_dy .swiper-slide .text .rii {
		width: 100%;
		float: none;
		padding: 20px;
		box-sizing: border-box;
	}

	.main_dy .swiper-slide .text .rii h3 {
		color: #ffff;
		font-size: 26px;
		margin-bottom: 15px;
	}

	.main_dy .swiper-slide .text .rii p {
		font-size: 12px;
		line-height: 1.5;
		text-indent: 30px;
		margin-bottom: 10px;
		color: #fff;
	}
	.main_dy .swiper-slide .text .rii a {
	    background: #005bac;
	    width: 80px;
	    height: 35px;
	    border-radius: 5px;
	    color: #fff;
	    display: block;
	    text-align: center;
	    line-height: 35px;
	}
}