.lb {
	width: 1200px;
	margin: auto;
	height: 550px;
	overflow: hidden;
}

.topvebanner {
	margin: 0 auto;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.topvebanner ul {
	margin: 0;
	padding: 0;
}
#myjQuery {
	BACKGROUND: #ffffff;
	OVERFLOW: hidden;
	WIDTH: 100%;
	POSITION: relative;
	HEIGHT: 550px;
}
#myjQueryContent {
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 550px;
}
#myjQueryContent DIV {
	POSITION: absolute;
	HEIGHT: 550px;
}
#myjQueryContent .smask {
	Z-INDEX: -1;
}
.arrowleft{
	position: absolute;
	left: -100%;
	top: 45%;
	width: 60px;
	height: 60px;
	z-index: 100;
	background:url(opacity.png) repeat;
	cursor: pointer;
	transition: all 0.7s;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
}
.arrowright{
	position: absolute;
	right: -100%;
	top: 45%;
	width: 60px;
	height: 60px;
	z-index: 100;
	background:url(opacity.png) repeat;
	cursor: pointer;
	transition: all 0.7s;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
}
.my1 {
	WIDTH: 100%;
}
#myjQueryContent .my1 a {
	width: 100%;
    height: 100%;
	display: block;
}
#myjQueryNav {
	DISPLAY: block;
	position: absolute;
	bottom: 27px;
	right: 45%;
	z-index: 100;
}

.topvebanner:hover .arrowleft{
	left: 5%;
}
.topvebanner:hover .arrowright{
	right: 5%;
}
#myjQueryContent IMG {
	WIDTH: 100%;
	min-HEIGHT: 100%;
	border: 0;
}
#myjQueryNav LI {
	DISPLAY: block;
	FLOAT: left;
	WIDTH: 14px;
	HEIGHT: 14px;
	border-radius: 50%;
	background: #f1f1f1;
	margin-right: 15px;
}
#myjQueryNav .nbg {
	BACKGROUND: #666;
}
#myjQueryNav A {
	DISPLAY: block;
	Z-INDEX: 12;
	MARGIN: 0px auto;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 45px;
	COLOR: #ffffff;
	LINE-HEIGHT: 22px;
	POSITION: relative;
	HEIGHT: 22px;
	z-index: 20;
}
#myjQueryNav .current {
	background: #4e4c9d;
	WIDTH: 14px;
	HEIGHT: 14px;
}
#myjQueryNav .current A {
	COLOR: #fff;
}
#myjQuery #flow {
	background: url(fcurrent.gif) no-repeat;
	margin-top: -33px;
	WIDTH: 45px;
	HEIGHT: 22px;
	Z-INDEX: 22;
	left: 652px;
	POSITION: absolute;
}
#myjQuery #myjQueryContent  .my1 a{
	position: relative;
}
#myjQuery #myjQueryContent  .my1 a .lb-title{
	position: absolute;
    left: 0;
    bottom:50px;
    width: auto;
    height: 33px;
    padding: 7px 3%;
    line-height: 33px;
    text-align: center;
    margin-top: 125px;
    background: rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}
#myjQuery #myjQueryContent  .my1 a .lb-title span{
	display: inline-block;
    color: #fff;
	width: 100%;
    vertical-align: middle;
}
.l-t-span1{
	font-size: 18px;
    font-weight: bold;
    /* line-height: 20px; */
}
.l-t-span2{
	font-size:15px;
	line-height: 36px;
	letter-spacing: 4px;
	margin-top: 8px;
	font-style: italic;
	text-shadow: 3px 5px 5px #6f6f82
}