.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 700px;
	object-fit: cover;
	margin: auto;
}

.swiper-slide1 {
	background: none;
}

.jzxt_bnr img {
	width: 1200px;
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 240px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1px));
	display: inline-block;

}
.swiper-pagination-bullet-active{
	background: black;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0px;
}
/*内容图片*/
.jzxt_bnr {
	width: 1200px;
}

.view {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 40px;
	position: relative;
}

.view .view_img {
	width: 800px;
}

.view .view_img img {
	float: left;
	margin-bottom: 35px;
	height: 440px;
}

.view .view_img img:nth-child(1) {
	width: 330px;
}

.view .view_img img:nth-child(2) {
	width: 330px;
	margin-left: 35px;
}

.view .view_img img:nth-child(3) {
	width: 700px;
}

.view .view_cont {
	margin-left: 20px;
	font-size: 14px;
	font-family: monospace;
	line-height: 24px;
}

.view .view_cont p:nth-child(1) {
	font-size: 22px;
	font-family: monospace;
	margin-bottom: 30px;
}

.viewline {
	    position: absolute;
	    bottom: 35px;
}

.view_cont .viewline .line {
	height: 1px;
	background: #cfcfcf;
	width: 100%;
	margin: 15px auto;
}

.viewline a {
	display: block;
	padding: 10px 30px;
	border: solid thin #aaa6a3;
	text-align: center;
	width: 360px;
}

.view_qt {
	width: 100%;
	margin: 60px auto;
}

.view_qt .qt_t {
	font-size: 28px;
	font-family: monospace;
	text-align: center;
	margin-bottom: 60px;
}