/*header style*/
.top{
	width:100%;
	height:90px;
	background: url(../images/logo.png) no-repeat center center;
	border-bottom:1px solid #eee;
}
.t-nav{
	width:100%;
	height:40px;
	position: relative;
}
.nav{
	height:40px;
}
.nav ul{
	width:1000px;
	height:40px;
	margin:auto;
	text-align: center;
}
.nav ul li{
	display: inline-block;
	height:40px;
	line-height: 40px;
	width:120px;
	text-align: center;
}
.li-select{
	background: url(../images/sj.png) no-repeat center 30px;
}
.nav ul li a{
	display: block;
	color:#666;
	font-size: 14px;
	font-family:'宋体';
}
.nav ul li a:hover{
	color:#218aff;
}
.navinfo{
	width: 100%;
	/*background: url(../images/nav.jpg) no-repeat center center; */
	background:rgba(0,0,0,0.5);
	height:49px;
	opacity: 0;
	position: absolute;
	top:40px;
	left:0px;
	z-index: 999;
}
.navinfo ul{
	display: inline-block;
	width:auto;
	position: absolute;
	color:#fff;
	display: none;
}
.navinfo li{
	display: inline-block;
	height:49px;
	line-height: 49px;
	padding:0px 30px;
}
.navinfo li a{
	color:#fff;
}
/*public banner style*/
.banner{
	width:100%;
	height:600px;
	overflow: hidden;
}
/*links style*/
.links{
	width:100%;
	height:auto;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 10px;
}
.links span{
	display: inline-block;
	width:271px;
	height:auto;
	text-align: center;
	vertical-align: top;
}
.links span .title{
	display: inline-block;
	width:271px;
	text-align: center;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	color:#333333;
}
.links span p{
	width:100%;

}
.p-c p{
	text-align:center;
}
.p-l p{
	text-align:left;
	padding-left:103px;
}
.links span p a{
	display: inline-block;
	padding:0px 5px;
	color:#666;
	font-size: 12px;
}
/*footer style*/
.footer{
	width:100%;
	background:#eee;
	padding:20px 0px;
	border-top: 1px solid #b2b9c1;
}
.footer p{
	height:22px;
	line-height: 22px;
	color:#aaa;
	text-align: center;
	font-size: 14px;
	font-family: '微软雅黑';
}

.vidioBox{
	width:100%;
	height:100%;
	background:rgba(3,3,3,0.5);
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	overflow: hidden;
}
.vidioBox .ckplayer{
	width:600px;
	height:400px;
	position: absolute;
}
.v-close{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#000;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	cursor:pointer;
}