@charset "utf-8";
/*首页 css ---------------------*/

/* banner图 */
.banner-index { width:100%;
	height: 490px;
	background: none;z-index: 150; overflow: hidden; margin-top:130px;
}
.banner .banner-con {
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -960px;
	width: 1900px;
	height: 490px;
	overflow: hidden;
}
.banner .banner-con .img-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 99999px;
}
.banner .banner-con li { float: left; }
.banner .banner-con li a {
	display: block;
	position: relative;
}
.banner .banner-con li img {
	width: 1900px;
	height: 490px;
}
.banner .pre-nex {
	display: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 65px;
	padding: 0;
	margin: -33px 0 0;
	font: bold 55px/65px Simsun;
	color: #eee;
	text-align: center;
	background: none;
	cursor: pointer;
	z-index: 2;
}
.banner .prev { left: 150px; }
.banner .next { right: 150px; }
.banner-con .btn-list {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 12px;
 *height: auto;
	line-height: 12px;
	text-align: center;
	background: url(../image/fade-li-bg.png) center center no-repeat;
	z-index: 2;
}
.banner-con .btn-list li {
	position: relative;
	float: none;
	display: inline-block;
 *display: inline;
	width: 12px;
	height: 12px;
	margin: 0 22px;
}
.banner-con .btn-list li i {
	position: absolute;
	display: none;
	top: -34px;
	left: -21px;
	width: 54px;
	height: 27px;
	line-height: 27px;
	padding-bottom: 4px;
	font-family: Microsoft YaHei;
	font-size: 13px;
	color: #dfdfdf;
	text-align: center;
	background: url(../image/sprite.png) -75px -30px;
}
.banner-con .btn-list li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(../image/sprite.png) -50px 0;
}
.banner-con .btn-list li.cur span { background-position: -75px 0; }
.banner-con .btn-list li.cur i { display: inline-block; }
/* 图片动画 */
.banner-con .img-list .img-box {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
/* 文字动画样式 */
.banner-con .img-list .text-box {
	position: absolute;
	top: 195px;
	right: 17%;
	width: 685px;
	font-family: Microsoft YaHei;
	color: #fff;
	opacity: 0;
	transition: all 1200ms;
	transition-delay: 500ms;
	-webkit-transition: all 1200ms;
	-webkit-transition-delay: 500ms;
	-moz-transition: all 1200ms;
	-moz-transition-delay: 500ms;
	-o-transition: all 1200ms;
	-o-transition-delay: 500ms;
}
.img-list .text-box .title {
	margin-bottom: 40px;
	font-size: 42px;
	line-height: 50px;
	text-align: left;
	color: #fff;
}
.img-list .text-box .text {
	font-size: 16px;
	line-height: 32px;
}
.banner-con .img-list .text01 {
	top: 100px;
	right: 19%;
	width: 435px;
	padding: 40px 35px;
	background-color: rgba(0,0,0,.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	transition-delay: 100ms;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 100ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-delay: 100ms;
	-moz-transition-timing-function: ease-out;
	-o-transition-delay: 100ms;
	-o-transition-timing-function: ease-out;
}
.img-list .text01 .title {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 25px;
}
.img-list .text-box .text {
	font-size: 14px;
	line-height: 26px;
}
.img-list .text01 .tags {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 18px;
	height: 28px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 28px;
	background-color: #fcb216;
}
.text01 .tags i {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-color: transparent transparent #ffe39f #ffe39f;
	border-style: solid;
}
.img-list .text-box.play {
	opacity: 1;
	filter: alpha(opacity=100);
}
.img-list .text01.play {
	top: 140px;
	background-color: rgba(0,0,0,.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}
