@charset "gb2312";
/* CSS Document */






/* banner */
.banner{
	width:100%;
	margin:0 auto;
	height:400px;
	position:relative;
	z-index:1;
	background:url(../images/banner_bg.jpg) center top no-repeat;
}
.banner .play{
	position:relative;
	z-index:1;
	width:1000px;
	margin:0 auto;
	height:400px;
}

.play-item {
	width:100%;
	height:400px;
}

.ctrlB {
	width:34px;
	height:67px;
	position: absolute;
	cursor: pointer;
	display: block;
}
.ctrlB a{
	width:34px;
	height:67px;
	display: block;
}
#prevB {
	left:-95px;
	top:165px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/prevB.png", sizingMethod="noscale");
	background:url(../images/prevB.png) no-repeat;
	_background:none;
	/*background:url(../images/prevB.png) no-repeat;*/
	width:34px;
	height:67px;
}
#nextB {
	right:-95px;
	top:165px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/nextB.png", sizingMethod="noscale");
	background:url(../images/nextB.png) no-repeat;
	_background:none;
	/*background:url(../images/nextB.png) no-repeat;*/
	width:34px;
	height:67px;
}
#prevB:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/prevBCurr.png", sizingMethod="noscale");
	background:url(../images/prevBCurr.png) no-repeat;
	_background:none;
	/*background:url(../images/prevBCurr.png) no-repeat;*/
	width:34px;
	height:67px;
}
#nextB:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/nextBCurr.png", sizingMethod="noscale");
	background:url(../images/nextBCurr.png) no-repeat;
	_background:none;
	/*background:url(../images/nextBCurr.png) no-repeat;*/
	width:34px;
	height:67px;
}

#playNo{
	position:absolute;
	z-index:10;
	bottom:13px;
	*bottom:13px;
	right:13px;
	text-align:right;
	}	
#playNo i { 
     height:19px;
	 width:18px;
	 line-height:22px;
	 display:block;
	 float:left;
	 text-align:center;
	font-size:12px;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/banneron_bt.png", sizingMethod="noscale");
	background:url(../images/banneron_bt.png) bottom no-repeat;
	_background:none;
	text-decoration:none;
	margin:0 5px;
	font-style:normal;
	cursor: pointer;
}
#playNo i.curr, #playNo i.curr:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bannerhover_bt.png", sizingMethod="noscale");
	background:url(../images/bannerhover_bt.png) bottom no-repeat;
	_background:none;
    *line-height:19px;
}

.play-item {
	position:relative;
}



/* === main styles === */


/* ==== index_part1 to index_part6 styles =====*/
.index_part1{
	margin:50px auto 28px auto;
	padding:0 0 28px 0;
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
}
.index_about{
	width:510px;
	height:240px;
	background:#f7f7f7;
	color:#232323;
	float:left;
	font-size:14px;
}
.index_about_main{
	margin:36px;
	line-height:24px;
}
.more_btn a{
	display:block;
	width:120px;
	height:32px;
	line-height:32px;
	background:#d00003;
	color:#fff;
	text-align:center;
	margin:30px 0 0 0;
}
.more_btn a:hover{
	opacity:0.7;
	background:#F30;
	transition:.5s;
}
.index_video{
	float:left;
	width:356px;
	height:240px;
	margin:0 0 0 50px;
}

.index_part2{
	border-bottom:1px solid #eaeaea;
}
.index_part2 h3{
	width:155px;
	height:32px;
	line-height:32px;
	color:#fff;
	background:#d00003;
	font-weight:normal;
	text-align:center;
}
.index_part2 h3 a{
	color:#fff;
}
.index_pro{
	width:854px;
	margin:20px auto 11px auto;
	overflow:hidden;
}
.index_pro ul{
	margin-left:-17px;
}
.index_pro li{
	float:left;
	margin:0 0 17px 17px;
}


.index_part3{
	background:#eee;
	width:100%;
	height:215px;
	overflow:hidden;
	margin:17px 0 50px 0;
}
.index_contact_main{
	width:850px;
	margin:10.5px auto;
	overflow:hidden;
}
.index_map{
	float:left;
}

.index_contact{
	float:left;
	margin-left:20px;
	padding:20px 0;
	font-size:14px;
	color:#232323;
	line-height:24px;
	width:400px;
}
.index_contact a{
	color:#232323;
	text-decoration:underline;
}
