*{
	margin: 0;
	padding: 0;
}
html,body{
	min-width: 1200px;
	/*overflow-x: hidden;*/
}
.one{
	width: 100%;
	display: block;
}
.lunda{
	width: 1000px;
	position: relative;
	margin: 30px auto 0;	
}
.lun_wai{
	width: 1000px;
	position: relative;
	margin: 30px auto 0;
}
.neilun_1{
	width: 85%;
	display: block;
	margin: 0 auto;
}
.neilun_2{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.neilun_3{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.neilun_4{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.neilun_5{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.neilun_6{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.neilun_7{
	width: 85%;
	display: block;
	margin: 0 auto;
	display: none;
}
.left{
	width: 25px;
	position: absolute;
	left:0;
	top: 0;
	/*top: 0;
	bottom: 0;*/
	margin-top: 240px;
	cursor: pointer;
}
.right{
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	/*top: 0;
	bottom: 0;*/
	margin-top: 240px;
	cursor: pointer;
}


/*轮播图*/
.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}

.view .arrow-left {
	background: url(../img/left.png) no-repeat left top;
	position: absolute;
	left: 29px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.swiper-wrapper img{
	width: 100% !important;
}
.view .arrow-right {
	background: url(../img/right.png) no-repeat left bottom;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width:70%;
	/*margin-top: 10px;*/
	position: relative;
	margin: 10px auto;
}

.preview .swiper-container {
	/*width: 430px;*/
	width: 90%;
	display: block;
	margin: 0 auto;
	height: 109px;
}

.preview .swiper-slide {
	width: 157px;
	height: 100px;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../img/xiaozuo.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 25px;
	height: 25px;
	z-index: 10;
	background-size: cover;
}

.preview .arrow-right {
	background: url(../img/xiaoyou.png) no-repeat;
	position: absolute;
	/*right: -33px;*/
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 25px;
	height: 25px;
	z-index: 10;
	background-size: cover;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid skyblue;
	/*background: rgba(0,0,0,.6);*/
}