@charset "utf-8";
/* 版块公用 */
.grid {
	margin-bottom:10px;
}
.w330 {
	width:330px;
}
.w320 {
	width:320px;
}
/* part1 */
.focus {
	width:500px;
	height:320px;
	position:relative;
	overflow:hidden;
}
.focus .pic {
	width:500px;
	height:320px;
}
.focus .pic div a {
	display:block;
	width:500px;
	height:280px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.focus .pic div a img {
	width:100%;
}
.focus .pic div h4 {
	height:40px;
	line-height:40px;
	background-color:#333;
	color:#fff;
	padding:0 10px;
}
.focus .navi {
	width:90px;
	height:20px;
	position:absolute;
	right:5px;
	bottom:10px;
	z-index:9;
}
.focus .navi li {
	float:left;
	margin:0 5px;
}
.focus .navi li a {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background-color:#666;
	color:#fff;
}
.focus .navi li.current a {
	background-color:#f17304;
}
.news {
	width:468px;
	border:1px #ccc solid;
	padding:10px;
	zoom:1;
}
.news h3 {
	height:40px;
	background-color:#018ec3;
	margin:-11px -11px 15px;
	position:relative;
}
.news h3 a {
	display:inline-block;
	font:bold 16px/36px microsoft yahei;
	margin-top:4px;
	color:#fff;
	margin-left:4px;
	padding:0 15px;
}
.news h3 a.current {
	background-color:#fff;
	color:#09c;
	border-radius: 5px 5px 0px 0px; 
-webkit-border-radius: 5px 5px 0px 0px; 
-moz-border-radius: 5px 5px 0px 0px; 
}
.news h3 a.more {
	margin:0;
	position:absolute;
	top:0;
	right:0;
	font:normal 12px/40px 宋体;
}
.news p {
	padding:7px;
	line-height:24px;
}
.news a.pic {
	display:inline-block;
	margin-left:10px;
}
.news a.pic img {
	height:110px;
	border:1px #ccc solid;
	padding:4px;
}
.news h4 {
	padding:0 0 0 10px;
	font:bold 18px/24px microsoft yahei;
}
.news h4 a {
	color:#d00;
}
.news .list-t {
	width:468px;
}
.news .list-t li {
	height:30px;
	line-height:30px;
	background:url(images/index/dot1.png) 10px 50% no-repeat;
	padding-left:25px;
	font-size:14px;
}
.news .list-t li span.date {
	margin-right:10px;
}
/* part2 */
.box {
	border:1px #ccc solid;
}
.box h3 {
	height:30px;
	border-bottom:6px #09c solid;
	line-height:30px;
	padding:0 10px;
	position:relative;
}
.box h3 b {
	font:bold 16px/30px microsoft yahei;
	color:#09c;
}
.box h3 a.more {
	position:absolute;
	top:0;
	right:10px;
	font:normal 12px/30px 宋体;
}
.box .list-t {
	padding:8px 10px;
}
.box .list-t li {
	height:30px;
	line-height:30px;
	background:url(images/index/dot2.png) 0 50% no-repeat;
	padding-left:15px;
	font-size:14px;
}
.w320 .list-a {
	border:1px #ccc solid;
	padding:0 5px 5px;
}
.w320 .list-a li {
	margin:5px 0 0;
	overflow:hidden;
}
.w320 .list-a li a {
	display:block;
}
/* part3 */
.show {
	position:relative;
	width:658px;
	height:230px;
	border:1px #ccc solid;
	background:url(images/index/grad.png) top repeat-x;
	padding:5px;
}
.show h3 {
	height:60px;
	position:relative;
}
.show h3 b {
	display:inline-block;
	background:url(images/index/i1.png) 10px 50% no-repeat;
	padding-left:80px;
	font:normal 24px/60px microsoft yahei;
	color:#4580a5;
}
.show h3 a.more {
	position:absolute;
	top:0;
	right:10px;
	font:normal 12px/60px 宋体;
}
.show .scroll { /* 容器大小、溢出隐藏 */
    width:656px;
    height:130px;
    position:relative;
    overflow:hidden;
	margin:10px auto;
}
.show li { /* 子元素大小 */
    width:164px;
    height:130px;
	text-align:center;
}
.show li a {
	display:block;
	width:144px;
	border:1px #ccc solid;
	background-color:#fff;
	padding:4px;
	margin:0 auto;
}
.show li a:hover {
	border:1px #aaa solid;
}
.show li a img {
	width:144px;
}
h2.mail {
	border:1px #ccc solid;
	background:url(images/index/grad2.png) center repeat-x;
}
h2.mail a {
	display:block;
	background:url(images/index/i3.png) 10px 50% no-repeat;
	padding-left:100px;
	font:normal 24px/60px microsoft yahei;
	color:#4580a5;
}
.online {
	position:relative;
	width:300px;
	border:1px #ccc solid;
	background:url(images/index/grad.png) 0 -50px repeat-x;
	padding:9px;
}
.online h3 {
	float:left;
	width:100px;
	background:url(images/index/i2.png) 50% 0 no-repeat;
	margin-right:10px;
	padding-top:100px;
	font:normal 24px/40px microsoft yahei;
	color:#4580a5;
	text-align:center;
}
.online .list-t {
	padding:15px;
}
.online .list-t li {
	height:24px;
	line-height:24px;
}
.online .list-t li a {
	color:#09c;
}
.online .list-t li a.more {
	float:right;
	color:#f80;
	margin-right:10px;
}
.where1{
width: 642px;
border-bottom: 1px solid #CCC;
margin-left: 12px;
padding: 10px;
}
.item{width:1018px;
	background:url(../1.gif) repeat-y;
margin:0 auto;}
.content-left{
width:260px;
min-height:760px;
}
.content-l{
width: 232px;
min-height: 617px;
border:1px solid #D5D5D5;
margin: 0px 0px 0px 13px;
}
.content-top{
width: 232px;
min-height: 230px;
border-top: 3px solid #008FC4;
line-height: 15px;

}
.content-top li {
	background:url(/images/index/dot2.png) 0 50% no-repeat;

line-height: 17x;
padding: 5px 11px 0px 20px;

}
.content-bottom1{
width: 232px;
height: 240px;
border-top:3px solid #008FC4;
line-height: 15px;}
.content-bottom1 li{
	background:url(/images/index/dot2.png) 0 50% no-repeat;
	padding-left:15px;
}
.content-bottom{
width: 232px;
height: 453px;
border-top:3px solid #008FC4;
line-height: 15px;
}
.content-bottom li{
	background:url(/images/index/dot2.png) 0 50% no-repeat;
	padding-left:15px;
}
.content-right{
width:708px;px;

}
.content-left , .content-right{
float:left;

}


.nav li .sub {
	display:none;
	width:112px;
	
	background-image:url(/images/arr/bjt.png);
background-repeat: no-repeat;
	padding:10px;
	font:0/0 lx;
	position:absolute;
     top:28px;
	left:0;
	z-index:9;
border-radius: 10px;
}
.nav li .sub a {
	width: 98px;
height: 30px;
background: none;
margin: 0px 0 0 -11px;
padding: 0 13px;
font: normal 14px/30px 宋体;
}
.nav li .sub a {
	width: 98px;
height: 30px;
background: none;
margin: 0px 0 0 -11px;
padding: 0 13px;
font: normal 14px/30px 宋体;
color:#000;
text-align:left;
}
.nav li .sub a:hover {
	background-color:#a2cbff;
}


.nav li .sub1 {
	display:none;
	width:300px;
	
	background-image:url(/images/arr/bjt-t.png);
background-repeat: no-repeat;
	padding:10px;
	font:0/0 lx;
	position:absolute;
        top:28px;
	left:0;
	z-index:9;
border-radius: 10px;
}
.nav li .sub1 a {
	width: 112px;
height: 30px;
background: none;
margin: 0px 0 0 4px;
padding: 0 13px;
font: normal 14px/30px 宋体;
}
.nav li .sub1 a {
	width: 112px;
height: 30px;
background: none;
margin: 0px 0 0 4px;
padding: 0 13px;
font: normal 14px/30px 宋体;
color:#000;
text-align:left;
}
.nav li .sub1 a:hover {
	background-color:#a2cbff;
}