*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}


.diepic{
	position: relative;
	width: 1000px;
	margin:40px auto 0 auto
}

.diepic .swiper-container {
	padding-bottom: 60px;
}

.diepic .swiper-slide {
	width: 50%;
	height: 672px;
	background: #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.diepic .swiper-slide img {
	width:100%;
	display: block;
}


.diepic .swiper-pagination {
	width: 100%;
	bottom: -32px;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	border: 2px solid #fff;
	background-color: #a3a3a3;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 15px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.diepic .swiper-button-prev {
	left: -88px;
	top: 333px;
	width: 28px;
	height: 47px;
	background: url(../img/anniu/prev2.png) no-repeat center;
}

.diepic .swiper-button-next {
	right: -88px;
	top: 333px;
	width: 28px;
	height: 47px;
	background: url(../img/anniu/next2.png) no-repeat center;
}