/*清除浮动*/

.navTab:before,
.navTab:after,
.hngk:before,
.hngk:after,
.jjfz:before,
.jjfz:after {
  content: " ";
  display: table;
}
.navTab:after,
.hngk:after,
.jjfz:after {
  clear: both;
}
/*列表样式*/
.cbox li span{
	float: right;
	color: #ccc;
}
.cbox li {
	padding-left: 18px;
	background: url(imageslink-dot.gif) no-repeat;
	transition:none
}
.cbox li:hover{
	background-position: 0 -97px ;
}
.cbox li a:hover{
	color: #0288d1;
}



/*栏目首页样式*/
/**/
.title{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
}
.tit{
	float: left;
	text-indent: 14px;
	font-weight: bold;
	background: url(imagespublic-bg.png) -664px -343px no-repeat;
	color: #0288d1;
}
.title .more{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	line-height: 48px;
}
/**/
.hngk{
	height: 465px;
	background-image: url(imageszq-gk.jpg);
	position: relative;
}
.gkml{
	width: 560px;
	height: 48px;
	position: absolute;
	top: 60px;
	left: 124px;
	background-color: rgb(220 220 220,0.8);
	padding-left: 150px;
}
.gkml li{
	float: left;
	line-height: 48px;
	width: 79px;
	height: 22px;
	text-align: center;
}
.gkml li a{
	color: #0288d1;
	font-weight: bold;
}

.gkxx{
	width: 500px;
	height: 200px;
	position: absolute;
	top: 120px;
	left: 124px;
	text-indent: 2em;
}
.picHn{
	width: 600px;
	height: 80px;
	position: absolute;
	bottom: 40px;
	left: 124px;
	overflow: hidden;
}
.picHn .bd{
	width: 600px;
}
.picHn li{
	width: 160px;
	height: 80px;
	margin-right: 10px;
}
.jjfz{
	height: 400px;
}
.jjfz .title{
	margin-left: 20px;
	margin-right: 20px;
}
.jjfz .imgList{
	margin:0 auto;
	width: 900px;
	overflow: hidden;
}
.jjfz .imgList ul{
	width: 980px;
}
.jjfz .imgList li{
	float: left;
	width: 300px;
	height: 80px;
	border-bottom: 1px dashed #e8e8e8;
	margin-right: 20px;
}
.jjfz .imgList img{
	float: left;
	width: 79px;
	height: 51px;
	margin-top: 15px;
}
.jjfz .imgList li a{
	float: left;
	display: block;
	margin-top: 12px;
	padding-left: 10px;
	font-size: 12px;
}
.jjfz .title{
	height: 48px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 48px;
	border-bottom: 1px solid #e8e8e8;
}
.jjfz .tit{
	float: left;
	text-indent: 14px;
	font-weight: bold;
	background: url(imagespublic-bg.png) -664px -343px no-repeat;
}
/**/
.hntj{
	float: left;
	margin-left: 20px;
	width: 490px;
	overflow: hidden;
}
.hntj .slide{
	position: relative;
	height: 240px;
	overflow: hidden;
}
.hntj .hd{
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 566px;
}
.hntj .hd li{
	float: left;
	width: 92px;
	height: 6px;
	background-color: #0d4a71;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.hntj .hd li.on{
	background-color: #0288d1;
	-webkit-transition:all 0.5s ease;transition:all 0.5s ease;
}
.hntj .slide .prev {
    left: 0px;
    background-position: 0 0;
}

.hntj .slide .next {
    right: 0px;
    background-position: 0 -72px;
}
.csmp{
	float: right;
	width: 460px;
	overflow: hidden;
}
.csmp .hd{
	width: 95px;
	height: 240px;
	float: right;
	border-left: 5px solid #0d4a71;
	overflow: hidden;
}
.csmp .hd li{
	height: 60px;
	overflow: hidden;
	margin-bottom: 1px;
	line-height: 60px;
	background-color: #0288d1;
	cursor: pointer;
	text-align: center;
}
.csmp .hd li.on{
	background-color: #0d4a71;
}
.csmp .hd li a{
	color: #fff;
}
.csmp .bd{
	float: left;
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.csmp .bd img{
	height: 240px;
}
