/* CSS Document */
body {
margin:0;
padding:0;
background:#fff  repeat-x 50% 0;
min-width:1200px;
}
/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}


/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#158064;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#009966;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:default;}

/* 边距 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pl5 {
	padding-left:5px;
}
.pl8 {
	padding-left:8px;
}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;;}
.clearfix:after{clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
.d-inline {
_display:inline;
}
/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

header {
	background: url(headbg.jpg) no-repeat 50% 0;
	height: 198px;
}

nav {
	background: #4699e9;
		height:70px;
}
.main-1200 {
	width: 1200px;
	margin: 0 auto;
}

#content1 {
	
}

#c1-left {
	width:640px;
	height: 400px;
	float:left;
	background: #f00;
}

#c1-right {
	width:540px;
	float:left;
	margin-left: 20px;
}

#c1-right ul li {
	height:48px;
	line-height: 48px;
}
#c1-right ul li a {
	float:left;
	font-size:17px;
	background: url(ico.jpg) no-repeat 0px 22px;
	text-indent: 14px;
	width:460px;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#c1-right ul li span {
	float:right;
	font-size:12px;
}

#content2 {
	
}

.c2new  dl {
	padding:20px;
width:570px;
float:left;	
margin-left:25px;
background:#d3eeff;
height:200px;
margin-top:25px;	
}
.c2new  dl  dt  {
	height:78px;overflow: hidden;
color:#13a7fd;
text-overflow: ellipsis;
padding-bottom:20px;	
}
.c2new  dl  dt a {
font-size:18px;
font-weight:bold;
color:#13a7fd;
line-height:34px;	
}
.c2new  dl  dd {
	padding-top:15px;
line-height:32px;
color:#7d7c7a;	
	font-size:16px;
border-top:1px dashed #ccc;
}
.c2new  dl  dd a {
color:#f00;		
}

#content3 {
	
	
}

#c3-list ul li {
	height:48px;
	line-height: 48px;
	width:570px;
	float:left;
	margin-right: 20px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;	font-size:17px;
	background: url(ico.jpg) no-repeat 0px 22px;
	text-indent: 14px;
}

footer {
background: url(foot.jpg) no-repeat 50% 0;
	height:200px;
	color:#fff;
	line-height: 32px;
	padding: 50px 0;
	text-align: center;
	margin-top: 45px;
}
#navlist {
	padding-top: 10px;
}
#navlist ul li {
	float:left;
	height: 50px;
	line-height: 50px;
	width:398px;
	border-right:1px solid #fff;
	text-align: center;
}
#navlist ul li  a {
	color:#fff;
	font-size:22px;
	font-weight: bold;
	padding: 0 25px;
	
}