*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

.diepic{
	position: relative;
	width: 1200px;
	margin:40px auto 0 auto
}

.diepic .swiper-container {
	padding-bottom: 60px;
}

.diepic .swiper-slide {
	width: 51%;
	height: 630px;
	background: #e5e5e5;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.diepic .swiper-slide img {
	width:100%;
	height:350px;
	display: block;
}

.diepic .swiper-slide .method_list_con{padding:30px;width:250px;height:230px;background:;position:absolute;bottom:10px;margin:0 auto;}
.diepic .method_list {
	float: left;
	position: relative;
	behavior: url(../images/../images/../images/../images/PIE.htc);
	text-align: center;
	z-index:2000;
}
.diepic .method_list_con p {
	color: #3f3f3f;
	font-size:24px;
	line-height:80px;
	font-weight:bold;
	text-align: center;
}
.diepic .method_list_con li {
	color: #000;
	font-size:18px;
	line-height:36px;
	text-align: left;
	
}
.diepic .method_list .method_list_con{left:153px;background:url(../images/jtb.png) no-repeat 250px 240px;}
.diepic .swiper-pagination {
	width: 100%;
	bottom: -85px;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	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: 350px;
	top: 700px;
	width: 45px;
	height: 45px;
}

.diepic .swiper-button-next {
	right: 350px;
	top: 700px;
	width: 45px;
	height: 45px;
}