@charset "utf-8";
/* CSS Document */
body,*,html,a,span,div,h1,h2,h3,ul,li{margin:0px; padding:0px;}
table{ margin:0 auto}
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#444; text-decoration:none; line-height:20px; background:url(images/bg.jpg) no-repeat center top #3398dc;}
ul,li{list-style:none;}

a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#444; text-decoration:none;}
a:hover{color:#d80000; }


a.menu{color:#fff; font-weight:bold; font-family:"微软雅黑"; font-size:15px; text-decoration:none; line-height:45px;}
a.menu:hover{color:#fff4a7; text-decoration:underline;}

.title{color:#014292; font-family:"微软雅黑"; font-weight:bold; font-size:15px; text-decoration:none;}
.titlea{color:#d80000; font-family:"微软雅黑"; font-weight:bold; font-size:15px; text-decoration:none;}
.titleb{color:#fff; font-family:"微软雅黑"; font-weight:bold; font-size:15px; text-decoration:none;}
.titlec{color:#014292; font-family:"微软雅黑"; font-weight:bold; font-size:14px; text-decoration:none;}
.nn{color:#014292; text-decoration:underline;}
.nn1{text-decoration:underline;}
a.more{color:#d80000; text-decoration:underline;}
a.more:hover{color:#d86600;}


/* 首页焦点图 */
.slide { width: 1150px; height: 440px; overflow: hidden; position:relative; }
.slide .bd { position: relative; z-index: 0; }	
.slide .bd ul { width:1150px !important; }
.slide .bd li { width:1150px !important; height: 440px; overflow:hidden; }
.slide .hd { position: relative; top: -30px; z-index: 2; width: 1150px; margin: 0 auto; right:20px;}
.slide .hd li { width: 20px; height: 6px; background: #3281bf; float: right; margin-right: 10px; text-indent: -9999px; cursor: pointer; -webkit-transition: all .6s ease; transition: all .6s ease; border-radius: 3px; }
.slide .hd li.on { background: #de0000; width: 38px; }


/*-------------------------------------content-------------------------------------------*/

.clearfix{
	zoom:1;
}

.clearfix:after{
	content:"020";
	height:0px;
	display:block;
	visibility:hidden;
	clear:both;
}

.tit_a{
	font-size:28px;
	font-family:"微软雅黑";
	color:#d80000;
}

#main_content{
	width:1150px;
	margin:0 auto;
	margin-top:25px;
}

#left_side{
	width:250px;
	float:left;
	margin-right:30px;
}

#left_side h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background-color:#014292;
	color:#fff;
	padding:1px 12px;
	height:25px;
	line-height:25px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	box-shadow:5px 0px 3px #ccc;
}

#left_side ul{
	border-top:2px solid #CCC;
}

#left_side li{
	border-bottom:1px solid #CCC;
	height:30px;
}

#left_side li a{
	display:block;
	font:14px/30px "微软雅黑";
	text-indent:12px;
	letter-spacing:1px;
	background:url(images/jiantou.jpg) no-repeat 150px 6px;
	transition:0.5s;
}

#left_side li a:hover{
	background:url(images/jiantou_hover.jpg) no-repeat 168px 6px;
}

#left_side li a.on{
	background:url(images/jiantou_hover.jpg) no-repeat 168px 6px;
	color:#d80000;
}

#left_contact{
	margin-top:10px;
	line-height:24px;
	border-bottom:2px solid #CCC;
	border-left:2px solid #ccc;
	padding-left:5px;
	
}

#content_main{
	float:left;
	width:870px;
}

#content_tit{
	height:15px;
	border-bottom:1px solid #CCC;
}

#content_tit h3{
	float:left;
	height:30px;
	background:#fff;
	padding-right:20px;
	line-height:30px;
}

#content_tit em{
	float:right;
	font-style:normal;
	line-height:30px;
	background-color:#FFF;
	padding:0 5px;
}

#content_box{
	padding:20px;
	padding-top:30px;
}

#content_box td,td a{
	font-size:14px;
	line-height:28px;
}

.pro_table{
	border:1px solid #CCC; 
	padding:8px;
	box-shadow:0px 0px 3px #CCC;
}