@charset "utf-8";
body{
	background: url(../images/q3.png) no-repeat;
}
.imageflow {
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 100%
}

.imageflow img {
	border: none;
	position: absolute;
	top: 0px;
	visibility: hidden;
	-ms-interpolation-mode: bicubic;
	border: 4px solid #fff;
	overflow: hidden;
}

.imageflow p {
	margin: 0 auto;
	text-align: center
}

.imageflow .loading {
	border: 1px solid #ccc;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 200px
}

.imageflow .loading_bar {
	background: #ccc;
	height: 15px;
	visibility: visible;
	width: 1%
}

.imageflow .caption {
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 10000
}

.imageflow .scrollbar {
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	visibility: hidden;
	z-index: 10001;
	height: 1px
}

.imageflow .slider {
	height: 14px;
	margin: -6px 0 0 -7px;
	position: absolute;
	width: 14px;
	z-index: 10002
}

.imageflow .images {
	overflow: hidden;
	white-space: nowrap
}
/*文字信息*/
.text,.text1{
	width: 310px;
	height:0px;
	text-indent: 2em;
	line-height: 40px;
	color: #FFFFFF;
	position: absolute;
	z-index: 555;
	top: 20%;
	left: 40%;
	opacity: 0;
	transform: inherit;
}
.text:hover{
	opacity: 1;
}
.text1:hover{
	opacity: 1;
}
.img1:before{
	content: "休闲商务西装";
	width: 280px;
	height: 300px;
	position: absolute;
	background: red;
}
