.left {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/left_cpfl_tt.gif);
	height: 36px;
	padding-left: 30px;
	font-weight: bold;

}
.leftrongyu {
	padding-top: 5px;
}
.ringht {
	font-size: 12px;
	color: #14518F;
	text-decoration: none;
	background-image: url(img/sy_hyxx.gif);
	height: 36px;
	padding-left: 35px;
	font-weight: bold;
}
.indexlanmu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/sy_gsjj_tt.gif);
	height: 39px;
	padding-left: 40px;
}
.indexlanmu01 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/sy_gsdt_01.gif);
	height: 36px;
	padding-left: 40px;
	color: #14518F;

}
.lanmu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/sy_cptj.gif);
	height: 39px;
	padding-left: 40px;
}
.indexnew {
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
}
.banner {
	padding-top: 5px;
	padding-bottom: 5px;
}
.top {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 8px;
	text-decoration: none;
}
.ringht01 {
	background-image: url(img/byc_03.gif);
	height: 230px;
	padding-top: 5px;
}
.left01 {
	font-size: 12px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	padding-left: 40px;
}
.leftneiye {
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftneiye01 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(img/qydt_t01.gif);
	height: 37px;
	padding-left: 30px;
}
.leftneiye002 {
	padding-bottom: 5px;
}
.table01 {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.unnamed1 {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}
.lianxi {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 10px;
}
.unnamed2 {
	font-size: 12px;
	line-height: 29px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;

}
.toplink {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 5px;
}
.leftdibu {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}

/*banner图*/
*{
	margin:0 auto;
	}
	.wrap{
		width:980px;
		height: 200px;
		position: relative;
		
	}
	.list{
		width:980px;
		height: 200px;
		list-style: none;
		position: relative;
		padding-top:-10px;
		padding-left: 0px;
	}
	.item{
		position: absolute;
		width: 100%;
		height: 100%;
		
	}
	.item:nth-child(1){
		background-image: url(/imgs/1.jpg);
	}
	.item:nth-child(2){
		background-image: url(/imgs/2.jpg);
	}
	.item:nth-child(3){
		background-image: url(/imgs/3.jpg);
	}
	.btn{
		position: absolute;
		top: 40px;
		z-index: 11;
	}
	#gepre{
		left: 0px;
	}
	#geNext{
		right: 0px;
	}
	.item.active{
		z-index:10;
	}
/*首页小轮播图*/
.play{
	width: 280px;
	height: 200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.play .list1 ul{
	width: 100px;
	height: 30px;
	position: absolute;
	top:186px;
	left: 140px;
	list-style:none;
}
.play .list1 ul li{
	width: 10px;
	/*height: 20px;*/
	height: 10px;
	float: left;
	border: 1px solid #000;
	/*border-radius: 10px;*/
	line-height: 10px;
	font-size:10px;
	text-align: center;
	margin-left: 5px;
}
.play .list1 ul li:hover{
	background:red;
}
