* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pa {
	position: absolute;
}

.swiper-banner {
	width: 100%;
	height: 800px;
}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
}

.swiper-banner .swiper-slide .wrap {
	height: 520px;
}

.swiper-banner .swiper-slide .sl-left {
	top: 170px;
	left: 40px;
	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 .t3 {
	top: 110px;
	left: 00px;
	font-size: 18px;
}

.swiper-banner .swiper-slide .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 00px;
	top: 160px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}

.swiper-banner .swiper-slide .img1 {
	top: 110px;
	left: 490px;
}

.swiper-banner .swiper-slide .img2 {
	top: 0px;
	left: 700px;
}

.swiper-banner .swiper-slide .img3 {
	top: 100px;
	left: 650px;
}
.swiper-banner .swiper-slide .img4 {
	top: 110px;
	left: 490px;
}
.swiper-banner .swiper-slide .img5 {
	top: 110px;
	left: 490px;
}
.swiper-banner .swiper-slide .img6 {
	top: 110px;
	left: 490px;
}


.swiper-banner .swiper-pagination {
	bottom: 130px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.swiper-banner .swiper-nav {
	/* width: 1200px; */
	height: 160px;
	left:16%;
	bottom: 0;
	z-index: 10;
}
.papa{
	width:80%;
	background:#000;
	opacity: 0.5;
}

.swiper-banner .swiper-nav li {
	color: #fff;
	width: 100px;
	height: 80%;
	border-right: 1px solid rgba(233, 233, 233, 0.05);
	float: left;
	cursor: pointer;
}
.swiper-banner .swiper-nav li .icon:hover {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/*IE*/
	filter: FlipH;
	transition:all .8s ease 0s;
	-moz-transition:all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
}
.swiper-banner .swiper-nav li .icon {
	width: 100%;
	margin:0 auto;
	height: 100px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}

.swiper-banner .swiper-nav li .info {
	float: left;
	text-align: center;
	height: 100px;
	width:100%;
	font-size:16px;
}

.swiper-banner .swiper-nav li .info div {
	padding-top: 30px;
	font-size: 16px;
	padding-bottom: 5px;
}

.swiper-banner .swiper-nav li .info p {
	color: #c3c3c3;
	font-size: 14px;
}

.swiper-banner .swiper-nav li.active {
	background: #1E90FF;
	
}

.swiper-banner .swiper-nav li:nth-child(5) {
	border-right: none;
}
/* .swiper-wrapper{ */
	/* 通过改变animation-timing-function 制作弹性切换效果 */
		  /* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	  } */