.idea:before,.view:before {
	display: table;
	content: "";
}
.idea:after,.view:after {
	display: table;
	content: "";
	clear: both;
}
.idea-bg {
	background:url(/uploads/image/sis140/idea-bg.jpg) no-repeat;
	background-size:100% 100%;
}
.idea {
	width: 1060px;
	margin: 0 auto;
	padding:80px 0;
	position: relative;
}
.view {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}
.idea .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(/uploads/image/sis140/idea-prev.png);
}
.idea .bx-wrapper .bx-next {
    right: 0;
    background-image: url(/uploads/image/sis140/idea-next.png);
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    outline: 0;
    width: 15px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
}
.idea-text {
	opacity:0;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color:#d1141f;
	text-align:center;	
}
.swiper-slide:hover .idea-text {
	opacity:1;
}
.idea-text p.name {
	font-size:18px;
	line-height:18px;
	color:#fff;
	height:18px;
	overflow:hidden;
	margin:10px 15px;
}
.idea-text p.zhiwu {
	font-size:12px;
	line-height:16px;
	color:#fff;
	height:32px;
	overflow:hidden;
	margin:0 15px 10px 15px;
}

.view .bx-wrapper .bx-prev {
	left: -23px;
	background-image:url(/uploads/image/sis140/prev.png);	
}

.view .bx-wrapper .bx-next {
	right: -23px;
	background-image:url(/uploads/image/sis140/next.png);	
}
.view .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	outline: 0;
	width: 8px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}

@media screen and (max-width: 1060px) {
	.idea {
		width: 94%;
		padding: 3% 0;
	}
	.view {
		width: 94%;
	}
	.view .bx-wrapper .bx-prev {
		left: 0;
	}
	.view .bx-wrapper .bx-next {
		right: 0;
	}
	
}
@media screen and (max-width: 425px) {
	.idea .bx-wrapper .bx-prev,.view .bx-wrapper .bx-prev {
		left:-20px;
	}
	.idea .bx-wrapper .bx-next,.view .bx-wrapper .bx-next {
		right:-20px;
	}
}





